Questions tagged [vml]

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.

VML, the Vector Markup Language, is a vector image format that is represented by XML. It is a competing standard to SVG, as VML was never formally accepted by the W3C. VML has not been updated significantly since 1998, when it was submitted, and is considered deprecated in favor of SVG.

VML is used for websites wishing to display vector graphics for old releases of Internet Explorer, since IE has generally poor SVG support. IE9 rectifies this partially, but still only adequate support. Very few other browsers have support for VML.

VML has also been used by Microsoft Office since 2000, and continues to be used as the suite's main vector image format. OpenOffice holds deprecated support for VML for this reason.

273 questions
-3
votes
2 answers

Indicators library in svg, vml or canvas

I am working on an application where I need to display color coded indicators. The standard colors will be red/amber/green, but I need to be able to pick any color (e.g. by hex value). The colors are updated dynamically by a script, based on data…
Christophe
  • 27,383
  • 28
  • 97
  • 140
-3
votes
1 answer

Free hand drawing using JavaScript

What solutions other than HTML5 canvas can be used to implement free-hand drawing in JavaScript? I have tried using HTML5 canvas but it did not work out as i was having problem in saving the canvas along with the text. Moreover the canvas can only…
user1902958
  • 65
  • 1
  • 4
-3
votes
1 answer

how to run php code in between html comments

I am setting an email template to work in MS outlook (to show text over background image). This is been done via VML, now the problem is that, it renders the data in between the quotes but my content is dynamic so i need a way to execute that php…
swapnesh
  • 26,318
  • 22
  • 94
  • 126
1 2 3
18
19