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

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 the most widely-used library for rendering SVG.…
Rich Apodaca
  • 28,316
  • 16
  • 103
  • 129
3
votes
1 answer

Outlook 2016 VML width issue

This is first question so please be gentle :-) I am in charge of creating surveys which is sent as an email invite to users. Recently I created a 10 point scale for users on an email where they click on a number of their choice and it takes them to…
Syfer
  • 4,262
  • 3
  • 20
  • 37
3
votes
2 answers

Windows 10 Mail App with Outlook Conditional VML

This one is a bit obscure, but I'm hoping someone may have a solution. I'm creating an email template, with a full width header bar. After a great deal of hacking around, I've been able to get this working nicely in most email clients, using a…
user1751825
  • 4,029
  • 1
  • 28
  • 58
3
votes
2 answers

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'); elemm.setAttribute('src',…
Desolator
  • 22,411
  • 20
  • 73
  • 96
3
votes
1 answer

VML Background code breaks aligns Outlook E-Mail tables

I'm using VML code to show background in an HTML mail. I have 3 tables in a single table cell and they are standing right next to each other, but when I test my e-mail in Outlook tables are no longer next to each other and it aligns my three tables…
3
votes
1 answer

Is it possible to nest one VML roundrect within another?

For example: Hi Hey I can't see the background…
glen-84
  • 1,778
  • 2
  • 18
  • 30
3
votes
1 answer

Is there any javascript libs for heatmaps which support Internet Explorer 8?

I am looking for some free javascript framework to implement nice heatmap chart. It should look something like D3 Heatmap. The problem is that it have to work in IE8 which do not support SVG. I googled for other libs, but found nothing suitable. The…
boades
  • 395
  • 1
  • 11
3
votes
1 answer

VML base64 image

I use html signature for Outlook 2007. The signature contains a few image file. I want embed image files so it's shouldn't be on attachment. But v:image doesn't show image.