vml Questions
6
Solved
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 g...
3
Solved
I'm trying to do a find all from a Word document for <v:imagedata r:id="rId7" o:title="1-REN"/> with namespace xmlns:v="urn:schemas-microsoft-com:vml" and I cannot figure out what on earth th...
3
Solved
I'm trying to figure out how to get this text (!) to show up. Even though it's smaller than the circle it's in, it still gets cut off about 1/3 of the way in to the circle.
I would like to use th...
Chengteh asked 15/6, 2016 at 18:18
8
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-mod...
Cachinnate asked 5/8, 2010 at 10:1
0
I use RaphaelJS for generate SVG. My SVG is 1024px width and height.
I use setViewBox because the div containing it is more small than 510px width and height.
With IE8 RaphaelJS produces VML but s...
Dialogism asked 24/4, 2015 at 8:33
4
I have some nice graphics done using Raphaël (a JavaScript library), and I want to add a feature to save it as a PNG file.
This is simple on every browser except Internet Explorer, because on...
Tyus asked 7/11, 2010 at 14:26
1
I try to create an email with an image in a table as background image. I found a part of code that supposedly should work. In most email clients it does work, though in outlook 2010 I see the image...
2
Solved
I'm working with Raphael.js to make cross-browser interactive vector graphics, trying to add a new feature with separate code to make the feature work in 'SVG mode' and 'VML mode'.
My problem is, ...
Headforemost asked 4/7, 2013 at 13:20
8
Solved
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 ...
Tracee asked 17/3, 2009 at 12:58
5
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,...
Jumna asked 16/10, 2010 at 12:37
1
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 ni...
Flexuous asked 7/5, 2011 at 12:19
5
Solved
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 sw...
Papert asked 1/12, 2010 at 9:0
1
Solved
I want to access VML element which stores fill image in VML. I pasted my demo code below. Notice that it will only work when you include raphael.js and jquery.js.
<!DOCTYPE html>
<html la...
Sargeant asked 17/1, 2013 at 1:55
3
I'm working on drawing shapes in my ASP.NET web app. In IE9 and other browsers, I'm doing it with SVG, and it's working great. In IE8 and below, I'm using VML. I'm finding that IE8 does not display...
Curtain asked 31/5, 2012 at 18:33
12
Solved
Using SVG path, we can draw 99.99% of a circle and it shows up, but when it is 99.99999999% of a circle, then the circle won't show up. How can it be fixed?
The following SVG path can draw 99.99% o...
Eudocia asked 20/4, 2011 at 23:57
0
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 ($)...
Chiao asked 29/11, 2011 at 16:14
2
I'm trying to use Raphael JS, but jQuery selectors don't seem to work with Raphael JS in IE8.
In Chrome and Firefox this works:
var paper = ScaleRaphael("test", 500, 500);
var c = paper.circl...
Ununa asked 8/6, 2011 at 10:6
2
I'm using RaphaelJS for visually representing some data. The underlying technology is SVG so obviously things don't always work that well in IE, but the library does a relatively ok job of still re...
Lactescent asked 24/5, 2011 at 11:58
1
Solved
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 o...
Sn asked 2/2, 2011 at 16:59
1
Solved
Please tell me what do you think about HTML5 Canvas vs SVG/VML? Give me pros and cons within comparison.
Thank you!!!
Distance asked 2/12, 2010 at 19:36
2
Solved
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 ...
Defiance asked 7/10, 2010 at 19:53
3
Solved
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 ...
Workhorse asked 14/5, 2010 at 18:20
1
Solved
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 ...
9
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 st...
Mincey asked 13/8, 2008 at 9:43
1
© 2022 - 2024 — McMap. All rights reserved.