vector-graphics
WPF Control that renders a 2d dimension?
I need to render the value of the width or height of a 2d geometry object and the request is for it to not just be text, but somewhat like a dimension that would be a set of building plans. Something[详细]
2023-01-27 18:00 分类:问答How to calculate control points for cubic curve, which approximates an elliptic arc?
Almost all vector graphics applications (like Corel) approximate elliptic arcs with several cubic Bezier curves. I need to add similar functionality to my application. So my question is: h开发者_开发百[详细]
2023-01-26 19:28 分类:问答Point in Polygon check with SVG and JavaScript?
I have a map that I converted from a raster graphic into an SVG file by converting the di开发者_高级运维fferently coloured areas into paths.[详细]
2023-01-25 12:47 分类:问答Render a vector graphic (.svg) in C++
My and a friend are working on a 2Dgame where the graphics will be .svg files and we will scale them appropriately either by rasterizing them first, or rendering them directly on a surface (which stil[详细]
2023-01-24 19:16 分类:问答Libraries for reading and writing vector graphics - polling x,y for color
I\'m doing an implementation for a path planning algorithm.I\'d really like to be able to load in a 2d \"environment\" in vector graphics (svg) format, so that complex obstacles can be used.This would[详细]
2023-01-24 10:33 分类:问答2D Vector graphic renderer for OpenGL [duplicate]
This question already has answers here: 开发者_如何转开发 Rendering Vector Graphics in OpenGL? [duplicate][详细]
2023-01-23 05:03 分类:问答Why is the scalability of the UI important in WPF?
While I love developing user interfaces in WPF and XAML, I\'ve tried to embrace the scalability aspect by also creating my icons as vector images... but it\'s really hard! I very rarely get the same k[详细]
2023-01-22 17:46 分类:问答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 and can be converted to any format, however keeping them in a vector format[详细]
2023-01-21 16:34 分类:问答Create or manipulate EPS files using .NET
I have to create thousands of individual EPS (Encapsulated PostScript) files. These files will be printed by a company that uses a Roland printer and software. The printer software only accepts eps fi[详细]
2023-01-20 22:43 分类:问答Disconnecting a Raphael element event
I attach an onmouseout event to a Raphael circle element like this: (function(el,iElPos,col){ el.mouseout(function elmouseout(){el.animate({\"fill\":col,\"r\":ELEMENT_RADIUS},150);[详细]
2023-01-20 19:56 分类:问答