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.

Direction of two points

Some high school math concept has been forgotten, so I ask here. If I have two points p1(x1,y1), …

math vector vector-graphics vectorization
How to change color of vector drawable path on button click

With the new android support update, vector drawables get backward compatibility. I have a vector image with various paths. I …

android vector vector-graphics android-vectordrawable
how do I substitute one colour for another, in every object, of an eps file?

I have a vector image that I need to edit and I have inkscape. What I want to do is …

vector-graphics inkscape color-palette
HTML5 Canvas Vector Graphics?

Please tell me what libraries for drawing and handling of vector graphics within HTML5 Canvas do you know? Thank you!!!

html canvas vector-graphics
How to set a stroke-width:1 on only certain sides of SVG shapes?

Setting a stroke-width: 1 on a <rect> element in SVG places a stroke on every side of the rectangle. …

html svg vector-graphics inkscape
Bresenham's line drawing Code

I'm trying to draw a line in C language using Bresenham's algorithm.I'm using turbo C++ in dosbox for windows 7 …

c vector-graphics turbo-c++ bresenham dosbox
How to rotate 2d vector?

I have this: static double[] RotateVector2d(double x, double y, double degrees) { double[] result = new double[2]; result[0] = x * Math.…

c# rotation vector-graphics
Loading SVG based image assets for iOS app

I purchased an icon from thenounproject as an SVG image. I then use a macOS program called Gapplin to export …

ios xcode image svg vector-graphics
SVG to Android Shape

I'm wondering how vector drawing in Android with the Shape class may resemble another vector drawing standard. Since Shape is …

android svg vector-graphics shape
matplotlib: generating vector plot

I want to generate a vector plot with matplotlib. I tried hard - but the output is a raster image. …

matplotlib vector-graphics