|
From: Mojca M. <moj...@gm...> - 2011-04-10 19:40:01
|
On Sun, Apr 10, 2011 at 21:20, sfeam (Ethan Merritt) wrote:
>
> So the bottom line is still that SVG support in the various browsers
> is unreliable.
I thought that was clear from the beginning. It is not so much SVG as
JavaScript though.
When Taco was porting MetaPost output to SVG, he complained that no
single SVG editor (including the most popular ones) was able to deal
with most common situations (like figure origin not being at (0,0),
but also many others).
> Does Safari have a javascript error console? If so, you might
> find a message that hints at the cause of the lines/points problem.
There is one. I first get:
<table> is not allowed inside <tbody>. Closing the current <table> and
inserting the new <table> as a sibling. (dashcolor.html:98)
and then all the following lines seem to come from
safari-extension://com.betafish.adblockforsafari-UAMUU4S2D9/dee0fbbe/jquery/jquery-1.4.2.min.js
so maybe it would work without the addblocker. I'm only not sure how
to disable the blocker in a reliable way.
Mojca
|