0
votes
0answers
18 views
Is there a way to get pixel data from Internet Explorer?
Excanvas.js allows IE to work with the canvas tag, but the getImageData method is not supported.
Is there any way at all to get the value of a specified pixel in IE (img or VML or …
1
vote
2answers
62 views
Rounded corners with Canvas/VML in IE8
I'm using the JRC (jQuery Rounded Corners) plugin for rounded corners. It works in almost all browsers (including the crappy IE6) except IE8. Is there any workaround for the newest …
4
votes
3answers
50 views
Does anybody know of a good tutorial / reference on VML?
Hi Guys,
Has anybody here come across a good tutorial or a reference on VML?
1
vote
1answer
66 views
Are there any tools to convert legacy VML to SVG?
Just wondering if anybody has come across a tool or anything to make the process easier of converting VML to SVG or some other modern format (Silverlight, flash).
I'm dealing with …
1
vote
2answers
206 views
Render VML to bitmap in C#
Is there a way in C# / .NET to render VML into a bitmap?
I'm thinking this should be really easy, but I can't seem to find anything like this in the .NET docs.
0
votes
2answers
47 views
How can move the code above into the jQuery-plugin
I'm writing a plugin for jQuery. Turns out that in order to use it a page HTML must containt the following code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3 …
5
votes
4answers
3k views
How to calculate center of an ellipse by two points and radius sizes
While working on SVG implementation for Internet Explorer to be based on its own VML format I came to a problem of translation of an SVG elliptical arc to an VML elliptical arc.
I …
0
votes
1answer
170 views
Is there a way to convert a VML document to a bitmap image ?
I've been looking for a long time for a way to have a bitmap from a VML document.
In fact, I working on a few libs that use the tag, so I have no problem for anything except for I …
2
votes
2answers
852 views
How do you detect support for VML or SVG in a browser
I'm writing a bit of javascript and need to choose between SVG or VML (or both, or something else, it's a weird world).
Whilst I know that for now that only IE supports VML, I'd mu …
2
votes
1answer
498 views
Open Source Libraries for Rendering Vector Graphics Formats Through Java2D?
What are my options for rendering graphics encoded by Java2D to vector graphics formats such as EPS, SWF, SVG, VML, PDF and others I might not have heard of yet with open source li …
3
votes
2answers
247 views
How to draw procedural graphics in Vista Sidebar?
How do I draw procedural graphics in a Vista Sidebar gadget?
I have a gadget that collects data over time and I want to draw animating graphs. My current approach is to draw th …
2
votes
4answers
364 views
How do they draw the charts/graphs on stackoverflow?
I spent ages learning VML and creating charts for a website once, but since VML only works in Internet Explorer, it's not much good these days.
I notice stackoverflow has graphs o …
13
votes
10answers
1k views
Displaying vector graphics in a browser
I need to display some interactive (attaching with DOM listeners etc. and event handling) vector graphics in web site I am working on. There is a W3C recommendation for SVG though …
