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.

Rendering Vector Graphics in OpenGL?

Is there a way to load a vector graphics file and then render it using OpenGL? This is a vague …

opengl vector-graphics
Converting pdf to vector image

I'm trying to use pdf content (mathematics) in my webpage. I basically want to convert the pdf to some vector …

pdf vector-graphics pdf-to-html
drawing centered arcs in raphael js

I need to draw concentric arcs of various sizes using raphael.js. I tried to understand the code behind http://…

raphael vector-graphics bezier geometric-arc
How can I set the z-index of EaselJS Graphics and Shapes

I have EaselJS Shapes on the canvas and then I start drawing Graphics each tick. At the moment the graphics …

animation canvas vector-graphics easeljs createjs
inkscape plugin to live edit svg code

I'm looking for a plugin for inkscape (or any vector based editor for that matter) to see a window with …

svg vector-graphics inkscape
Replacing vector images in a PDF with raster images

Is there any easy (scriptable) way to convert a PDF with vector images into a PDF with raster images? In …

pdf vector-graphics file-conversion image-conversion rasterizing
Vector graphics in Javascript?

One of the advantages of Flash/Flex is that you can use vector graphics (SVG), which is nice. I did …

javascript html vector-graphics
Ray tracing box intersections

So I'm back with another ray tracing question. My code renders spheres all fine and dandy, but cubes aren't really …

c++ vector-graphics raytracing cubes
Is WPF the reason my application is slow?

I am developing an application using WPF. The app runs full screen, and I need it to resize nicely no …

c# wpf vector-graphics performance
Efficient Line Smoothing and/or Simplification

I am creating a painting application in Actionscript (although my question is not Actionscript related). The basic idea is to …

vector paint computational-geometry bezier vector-graphics