I am trying to figure out a way to have the Apple iPad display a SVG file correctly. As it is, the iPad loads the SVG file centering the file in the center of...
65814
Jason Barnabas
jtbarnabas
Jul 8, 2012 11:13 pm
I take it you tried defining a viewBox w/o positive effect? ____________________________________________________________ I must be travelling, Jason tc+ ?23...
65815
jeremie.tauvel
Jul 11, 2012 12:23 am
Hello, I would like to use org.apache.batik.dom.AbstractDocument::adoptNode() inst= ead of importNode() to reduce cpu time and memory. It works but in my...
65816
peteypak
Jul 11, 2012 12:23 am
... Sorry for the delay in replying, but thank you so much Eric, it helps enormously! Thank you. ... I suspected that because I had some trouble with that in...
65817
Erik Dahlstrom
erida539
Jul 11, 2012 9:05 am
On Sun, 08 Jul 2012 16:17:04 +0200, peteypak <peter.pakulski@...> wrote: ... It's always good to file bugs when you find something that doesn't work ...
65818
honyk
j.tosovsky
Jul 13, 2012 8:39 pm
Dear All, I have several images with common css styles, markers and symbols. To avoid manual editing all these files on any future change I'd rather make a...
65819
Jason Barnabas
jtbarnabas
Jul 14, 2012 4:59 am
Hi Jan, Perhaps you'll find the following quote helpful. ... mystyle.css rect { fill: red; stroke: blue; stroke-width: 3 } SVG file referencing mystyle.css ...
65820
honyk
j.tosovsky
Jul 14, 2012 6:18 am
Hi Jason, ... avoid ... link ... by ... wow, but this solves just part of my problem. I also need to share markers (line ending arrows in my case). I could...
65821
Jason Barnabas
jtbarnabas
Jul 14, 2012 7:35 am
Hi Jan, I was just heading for bed when I saw your post. I'm wondering if you had tried simply including them in an SVG and including it in your main SVG as a...
65822
Raks A
rakssvg
Jul 16, 2012 2:12 pm
Are the animations on Android Honeycomb smooth enough, can anyone share their experiences ? CSS3 animations on Android is pathetic, I was wondering if SVG...
65823
Andi Neumann
neumannandreas
Jul 18, 2012 6:45 am
Hi, From September 11 to 14 the conference "The Graphical Web" / formerly SVG Open conference takes place in Zurich, Switzerland. This is a reminder that the...
65824
pablo.platt
Jul 20, 2012 3:16 am
Hi, I'm using FakeSmile to enable animations in IE9. I'm able to use the animate element when it is initially part of the svg document but when I'm adding an...
65825
Srinivas
sinu_nayak2001
Jul 20, 2012 3:16 am
Dear Friends, I have below svg code. I am opeing my svg file with IE8 (along with Adobe SVG Viewer) and Mozilla Firefox (ver 5.0.1). ++++++++++++ <?xml...
65826
Arjen
arjenmeijernl
Jul 20, 2012 7:33 am
Remove the px in the font-size declaration. The size is not in pixels but in viewbox units....
65827
David Leunen
leunend
Jul 20, 2012 11:54 am
Hi Pablo, You are not doing anything wrong. FakeSmile just doesn't work with animations that are created after it's run. If you create all your dynamic...
65828
Pablo Platt
pablo.platt
Jul 20, 2012 12:15 pm
Hi David, Can I create the animations at startup and modify them later? Can you direct me where to hack FakeSmile to add support for dynamic animations? Thanks...
65829
Cameron McCormack
heycam_yg
Jul 20, 2012 12:24 pm
... px and unitless values are always equivalent when they represent lengths in SVG. ... It seems to be using the right font size for me in Firefox (Nightly, ...
65830
barkha
barkha_crazz...
Jul 23, 2012 11:16 am
Thanks all for replying, Now i'm stuck with the below mentioned scenario, Zoom in out functionality without panning is done by playing with Viewbox coordinates...
65831
yannick.bochatay@...
Jul 23, 2012 11:59 am
Hi Barkha, the getScreenCTM method will help you (http://www.w3.org/TR/SVG/types.html#__svg__SVGLocatable__getScreenCTM). I wrote a little example :...
65832
vishal_aegisisc
Jul 25, 2012 12:05 am
Dear Friends, i'm stuck with the below mentioned scenario, Following Implementations are done, 1) i'm loading svg in html division as shown below, ...
65833
Francis Hemsher
fhemsher
Jul 26, 2012 10:35 pm
Hi Vishal, I have used the following to track the cursor as related to inline SVG: //---x,y offset values for svgDiv (no page scrolling)--- function...
65834
yannick.bochatay@...
Jul 28, 2012 11:32 am
Hi all, maybe I'm naive, but I just discover that the canvas html element could draw svg files in one line of code. See the live example :...
65835
susan.darts
Jul 30, 2012 7:24 pm
Hello all, I have a trapezoid formed shape, drawn by path. It looks like a rectangle with triangels on the left and right border. Now I want to scale this...
65836
Francis Hemsher
fhemsher
Jul 31, 2012 4:13 pm
... (I sent this earlier, but seems to have been lost) Hi Susan, Rather than scaling, you could try dynamically changing the path segments. The SVG path has an...
65837
Andi Neumann
neumannandreas
Aug 3, 2012 6:56 am
Hi, From Sep. 11 to 14 2012, the conference The Graphical Web / SVG Open 2012 takes place in Zurich, Switzerland. Topics are SVG, CSS, Canvas, WebGL and...
65838
cremnosedum
Aug 3, 2012 5:09 pm
Hi, Is there a banner or something that I can use to link to the Graphical Web site? Richard Pearman http://www.pixelpalaces.com/ The next stage in the...
65839
Jason Barnabas
jtbarnabas
Aug 5, 2012 12:38 am
... Good answer Cameron. Another way of looking at it is that px is the default value for dimension, assuming you are familiar with default values. ... Also...
65840
honyk
j.tosovsky
Aug 5, 2012 6:30 pm
Dear All, I'd like to have this behaviour consistent amongs browsers and now I don't know whether to file a bug to MSIE or to the rest of major browsers... ...
65841
Jonathan Chetwynd
j.chetwynd...
Aug 7, 2012 12:50 pm
Does anyone have a windows 8 box with IE10? if so please email me a http://www.peepo.com screengrab offlist, if you can see the board and click on it should...
65842
Dailey, David P.
david.dailey@...
Aug 8, 2012 6:27 pm
Some of you may remember the Grapher program (http://srufaculty.sru.edu/david.dailey/grapher/ ) that Eric Elder and I presented at SVG Open 2009, in...