Top "Vml" questions

VML, the Vector Markup Language, is a vector image format that is represented by XML.

Circle drawing with SVG's arc path

Short question: using SVG path, we can draw 99.99% of a circle and it shows up, but when it is 99.99999999% of …

svg geometry drawing vml geometric-arc
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 …

html internet-explorer svg vml x-ua-compatible
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 …

javascript internet-explorer svg browser-detection vml
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 …

math geometry svg vml ellipse
How keep background image from repeating in Outlook 2007 and up

I'm using VML for a background image in an html email. The background repeats in MSO 12, 14, and 15, despite a "no-repeat" …

outlook vml
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 …

javascript flash svg raphael vml
Sending email with background image

I try to create an email with an image in a table as background image. I found a part of …

email outlook vml
HTML Email Render in Outlook - VML

I have created a HTML email and when viewing in Outlook 2007 I couldn't see some images as they were backgrounds. …

html email outlook html-email vml
IE9, IE8, SVG, VML and doctypes

I'm working on drawing shapes in my ASP.NET web app. In IE9 and other browsers, I'm doing it with …

internet-explorer internet-explorer-8 svg internet-explorer-9 vml