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 graphics in Android

I'm working on an application that displays someone else's database of images. The images they have are all vector graphics …

android vector-graphics
What's the best way to create arrows in inkscape?

Adding arrows in inkscape using the line-ending option is quite limited.

vector-graphics inkscape
Using XAML vector graphics in WPF application

I have a vector image that I've defined in XAML. What is the proper way to use this resource in …

wpf xaml vector-graphics
PIL and vectorbased graphics

I run into several problems when I try to open EPS- or SVG-Images with PIL. Opening EPS from PIL import …

python svg python-imaging-library vector-graphics eps
Python Turtle Module- Saving an image

I would like to figure out how to save a bitmap or vector graphics image after creating a drawing with …

python vector-graphics turtle-graphics
Displaying SVG files in Android

I want to create an app that will display position on some floor plan. Navigation is implementing via WiFi in …

android svg vector-graphics
Rendering SVG with OpenGL (and OpenGL ES)

I am currently investigating the possibility of rendering vector graphics from an SVG file using OpenGL and OpenGL ES. I …

android opengl opengl-es svg vector-graphics
Render a vector graphic (.svg) in C++

My and a friend are working on a 2D game where the graphics will be .svg files and we will …

c++ windows vector-graphics allegro
HOWTO draw circles, arcs and vector graphics in SDL?

(I'm using SDL2) SDL is a relatively small library for "low level access to audio, keyboard, mouse, joystick, and graphics …

c sdl sdl-2 vector-graphics
How to draw graphics as efficiently as possible in WPF

I am creating a tool which relies heavily on graph-node trees. The current implementation is done in Java and I'm …

c# wpf graphics graph vector-graphics