Top "Vector-graphics" questions

Vector graphics is the use of geometrical primitives such as points, lines, curves, and shapes or polygon(s), which are all based on mathematical equations, to represent images in computer graphics.

Vector Asset Studio is importing colorful .svg file as black and white

I'm using the instructions found here, from Google to use the new option (March 2016) to import .svg files into drawable …

android android-studio svg vector-graphics
Vector graphics library for Windows with C# bindings

For fun, I'd like to see if I can create a library that is a bit like a small subset …

c# .net graphics vector-graphics
Is there a better library for drawing vector graphics in Python than Cairo?

...Not that I have anything against Cairo -- I love it in fact. It's just terribly difficult to install the …

python vector-graphics cairo pycairo
ps2pdf: preserve page size

I have myfile.ps with a vector image included. But when I run ps2pdf myfile.ps it seems that …

pdf ghostscript vector-graphics
Vector drawables that are automatically converted to pngs

At Google IO, the Tools team briefly showed the possibility to define vector drawables with a specific suffix (e.g. …

android vector-graphics android-build android-icons
How do you find out the scale of an graphics matrix in Android

So, it appears to be fairly easy to do pinch zoom in android - but I would also like to …

android graphics vector-graphics
How to get the outline of a stroke?

I want to convert a stroked path to a filled object. (Programmatically, in JavaScript.) The line is just a simple …

svg raphael d3.js vector-graphics
How to use blend mode in svg for vector shapes?

Here is my simple svg: <!DOCTYPE html> <html> <head> </head> <body&…

html svg vector-graphics svg-filters
Skia vs Cairo vs Direct2D, which is the most feature rich?

A just curious question. I'm aware that: Skia, Cairo: library Direct2D: API But without any additional components, exclusively on …

2d directx vector-graphics cairo skia
How do I convert an Illustrator file to a path for WPF

Our graphics person uses Adobe Illustrator and we'd like to use her images inside our WPF application as paths. Is …

wpf vector-graphics adobe-illustrator