|
From: sfeam (E. Merritt) <eam...@gm...> - 2011-04-10 19:21:02
|
On Sunday, April 10, 2011, Mojca Miklavec wrote: > On Sun, Apr 10, 2011 at 18:26, sfeam (Ethan Merritt) wrote: > > On Sunday, April 10, 2011, Mojca Miklavec wrote: > > It seems that *is* a browser problem then. It works fine in Chrome, > but on Safari only the line disapears and the points stay. For me Chrome doesn't work at all. It displays only a banner "Missing Plugin". But the Google documentation on plugins seems to say that it is really a methods limitation rather than a plugin issue. I.e., if you manually replace <embed src="foo.svg"> with <img src="foo.svg"> then it displays statically but is not interactive. So the bottom line is still that SVG support in the various browsers is unreliable. Does Safari have a javascript error console? If so, you might find a message that hints at the cause of the lines/points problem. If there is some particular construct or sequence of elements that it doesn't like, perhaps we could find a work-around. Ethan > > > http://gnuplot.sourceforge.net/demo_svg_4.5/dashcolor.html > > In this example I cannot convince the Safari browser to hide anything > at all. And points behave weird even in Chrome (when I click on line > to hide it, the line over the point in legend is redrawn, so clicking > also toggles the line segment crossing empty square - "pi -3" for > example). > > Mojca > > ------------------------------------------------------------------------------ > Xperia(TM) PLAY > It's a major breakthrough. An authentic gaming > smartphone on the nation's most reliable network. > And it wants your games. > http://p.sf.net/sfu/verizon-sfdev > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > |