Tagged Questions

VML, the Vector Markup Language, is a vector image format that is represented by XML. It has been deprecated since SVG was accepted by the W3C, and should be used only for compatibility.

learn more… | top users | synonyms

19
votes
9answers
3k 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 this format is still ...
17
votes
8answers
16k views

Emulate IE7 for IE8 but not for IE9 using “X-UA-Compatible”

I have a website depending on vector drawing, for internet explorer i'm using VML and for other browsers i'm using SVG. IE8 however, doesn't have support for neither without falling back to IE7-mode ...
16
votes
7answers
9k 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 much rather detect ...
10
votes
4answers
3k views

Scaling SVG (Raphael.js) like an SWF

I started using Raphael.js a few days ago and I'm really enjoying it. The only thing I haven't been able to figure out is how to get the "paper" or svg/vml tag to fill the browser window like an swf. ...
10
votes
4answers
9k 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. In VML an arc is ...
7
votes
2answers
903 views

Circle drawing with SVG's arc path

This SVG path can draw 99.99% of a circle: (try it on http://jsfiddle.net/DFhUF/46/ and see if you see 4 arcs or only 2, but note that if it is IE, it is rendered in VML, not SVG, but have the ...
7
votes
3answers
1k views

Saving raphaeljs image as png on Internet Explorer

I have some nice graphics done using raphaeljs and I want to add a feature to save it as a PNG. This is simple on every browser except IE because on non-IE browsers I get SVG as an output from ...
6
votes
3answers
634 views

A good VML tutorial / reference

Has anybody here come across a good tutorial or a reference on VML?
4
votes
1answer
70 views

Is there a way to transform a Raphael paper result to PNG/SVG in any browser (including older IEs)?

I've seen a lot of people fighting with this matter, but I can't find a proper solution, nor one that fit my needs. I'm doing some charts with Raphael, and I basically need to get them as PNG (for ...
4
votes
4answers
666 views

My website keeps crashing IE, can't debug

I have a website that suddenly started to crash internet explorer. The website loads and starts executing javascript but somewhere in there the machinery explodes. I don't even get a script error, it ...
4
votes
1answer
894 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 whatever other ways ...
4
votes
1answer
1k 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 some legacy VML ...
4
votes
3answers
481 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 the graph with VML ...
3
votes
2answers
368 views

How do I get VML working in standards mode?

I would like to be able to use vml objects on a page rendering in standards mode rather than quirks mode. I've found fragments of answers scattered around but can't figure it out. Raphael pulls it off ...
3
votes
4answers
580 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 on my profile page, ...
2
votes
1answer
65 views

Adding multiple VML elements via JavaScript in IE8

Working with IE 8, I am attempting to add two VML ovals (A,B) to my page, through javascript. Whichever oval is appended to the parent DIV is rendered, but I the second is not. If I appendChild(A) ...
2
votes
1answer
72 views

How can I adapt this javascript to target VML objects for Internet Explorer?

The following code targets svg paths drawn by leaflet maps. However, on IE <= 8, leaflet falls back to VML to draw polylines. How can I adapt this code to target both VML and SVG? (function ($) { ...
2
votes
2answers
144 views

How can I use VML in a webpage?

I wanted to use VML to draw shapes in IE.I came up with the following code but it does not display me anything in IE8.. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
2
votes
1answer
130 views

How similar are SVG and VML?

Ignoring the browser support issue (IE6, IE7, and IE8 only support VML; IE9 supports some SVG; the other major browsers support SVG) and deprecation of VML in favor of SVG, how similar are SVG and ...
2
votes
1answer
766 views

Get BBox of a GROUP of Raphael objects?

What's the best way to get the bounding box of several Raphael objects as a whole? Can I put them all in a set and call mySet.getBBox()? Or do I need to loop through them all, get bbox for each one ...
2
votes
4answers
541 views

Rounded Corners in IE: VML vs jQuery

As a follow up to this post: Best jQuery rounded corners script? Assuming jQuery is already being included, what are the tradeoffs between the following IE solutions for rounded corners: a) Using a ...
2
votes
1answer
173 views

Does VML have an equivalent to SVG's marker element?

I'm working on a project which uses Raphael to render SVGs for Chrome, Firefox, and Safari, and VML for Internet Explorer. Since Raphael doesn't have built-in support for SVG marker elements, I ...
2
votes
0answers
329 views

SVG viewBox to VML coordorigin/coordsize

I'm unsure how to convert the following SVG snippet containing a viewBox attribute to VML coordorigin and coordsize attributes. <svg xmlns="http://www.w3.org/2000/svg" ...
2
votes
1answer
367 views

VML and opacity problem in raphael

I'm working on a raphael based script that can rotate, resize, flip and flop an image. I've faced strange problem in IE: when the image with opacity is rotated on some angle and then is applied by ...
2
votes
1answer
489 views

Save VML and CSS markup

I am using DD_roundies to generate rounded corners in Internet Explorer. The pages that have the rounded elements are loaded very often and the roundies script has to run many times to round corners ...
2
votes
2answers
712 views

SVG coords to VML coords

i have svg file <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="200px" height="" style="shape-rendering:geometricPrecision; ...
2
votes
3answers
1k 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 IE (of course) ...
2
votes
2answers
782 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.
2
votes
2answers
966 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 libraries? Batik is ...
1
vote
1answer
28 views

Is it possible to set fill and stroke colors and opacity on VML shapes using CSS?

For example, I'd like to do something like the following: .myRedShape { fillcolor: red; } ... <v:shape class="myRedShape" /> to fill my shapes with a red color. Is this possible with ...
1
vote
1answer
44 views

Get center of SVG path and VML

I'm trying out different things with: http://jvectormap.owl-hollow.net I'm very much interested in getting the center of the different countries (so I can place a little marker on the country). But ...
1
vote
1answer
30 views

What is Wrong With This Code? Simple VML Page is Blank

Could someone point out what I am missing with this code? The page remains blank despite it being as simple as I can make it. <!DOCTYPE html> <html xmlns:v="urn:schemas-microsoft-com:vml"> ...
1
vote
1answer
248 views

How can I make a clipping mask on an image in shape of a triangle in CSS or jquery?

The clipping mask has to be in a shape of a triangle facing down and only de right part is showing.The left part of the triangle mask is not important.How could I make this?
1
vote
0answers
100 views

How to convert VML to png using php

I am searching for two days but just one solution VectorConvetor and it doesn't seem to work. Actually am using excanvas for InternetExplorer and want to save that image to png. IE gives VML and am ...
1
vote
1answer
109 views

External CSS to style VML

is it possible to use external CSS file to style properties such as fill or stroke colour of VML objects? By the way, I'm using Raphael to create my VML shapes for IE. Thanks
1
vote
2answers
144 views

fix blurred vml background images in internet explorer (raphael)

I am using Raphael to create a vector shape and fill it with a background image. The image is blurred in internet explorer. You can see this using ie 8 on the following url ...
1
vote
0answers
541 views

SVG/VML browser compatibility table

I'm interested in finding a browser compatibility table that lists the parts of SVG/VML supported by each version of Opera, Safari, Chrome, Firefox and Internet Explorer (also Konqueror would be nice) ...
1
vote
1answer
537 views

VML alternative to SVG pattern (possibly using Raphael JS)

In SVG it is possible to define a pattern that can be used as the fill for a path. For an example of what I mean you can check this link: SVG pattern example. Unfortunately SVG is not usable in older ...
1
vote
1answer
561 views

How to make RaphaelJS vertical align text for both Chrome / Firefox vs IE 7 and 8?

I thought RaphaelJS is supposed to be the same when it is Chrome / Firefox and in IE 7 and 8? The example at http://jsfiddle.net/8UPhS/1/ The text is vertically centered on Chrome and Firefox, but ...
1
vote
1answer
1k views

Drop shadows around svg/vml or canvas shapes

Is it easy to create drop shadows under shapes created with svg (vml for IE7/8 compatibility) or under shapes created with html5's canvas? I'm looking to create an arrow with a drop shadow.
1
vote
1answer
550 views

Raphael cumulative vs absolute scaling/rotation/translation?

I'm trying to draw an interactive map in Javascript, using Raphael to do the heavy lifting. The map background is a fairly complicated thing containing a grid, the map elements, labels, etc. On top ...
1
vote
1answer
201 views

Convert VML to PDF

Is there a way to convert a VML (SVG on IE browsers) formats to PDF format with PHP or JavaScript.
1
vote
1answer
245 views

Get VML fillcolor=“none” to work when using :fill

I have a VML question. I know... rare. The problem is displaying an image using the "fill" element without a color behind it. I have repeating PNG patterns, so they are transparent in some places and ...
1
vote
1answer
130 views

How can I draw an image from a pixel-by-pixel color array?

Is there any way to draw an image from a color array using VML? I have the array of color codes for every pixel in a compressed order. I want to render this with VML using a method like ...
1
vote
2answers
978 views

add VML elements (images) with javascript

hi I've been trying to add VML image elements using javascript. now here is what I'm using to generate these images: function add_tools() { var elemm = document.createElement('rvml:image'); ...
1
vote
3answers
886 views

XSL Transform SVG to VML

I don't know anything about VML except that Internet Explorer and other Microsoft products use it and that it is a vector graphics format. Can one use XSLT to transform an SVG document to VML? Or are ...
1
vote
1answer
344 views

Is it possible to nest one VML roundrect within another?

For example: <v:roundrect style="display:block;width:100px;height:100px;" fillcolor="#eee"> Hi <v:roundrect style="display:block;width:50px;height:50px;" fillcolor="#c00"> Hey ...
1
vote
1answer
355 views

dojox.gfx and shape filters

I've been successfully using dojox.gfx with SVG renderer to render my graphics in a browser-independent way. I know that on of the main reasons why SVG-style filters have not been implemented in ...
1
vote
2answers
322 views

Gradient-filled contentEditable text in HTML

Can I have such effect in HTML without using an image? The text should be editable with this effect.
1
vote
2answers
457 views

Detecting support for VML, help applying a previous post

I found the following in a previous post but need some help with it: // For VML detection, here's what google maps does (search for "function Xd"): function supportsVml() { if (typeof ...

1 2