On Mon, 02 Jul 2012 20:06:49 +0200, peteypak <peter.pakulski@...> wrote: ... What you have found is that the 'BackgroundImage' keyword in the filter ...
65804
Jacob Beard
jbeard4@...
Jul 4, 2012 12:23 pm
Because, for security reasons, Apple doesn't allow apps built on WebView to JIT-compile JavaScript to machine code, as would normally occur in Safari, ...
65805
cremnosedum
Jul 4, 2012 4:57 pm
Hi, Freehostia recently suspended my web site for a day because it had too much traffic. Generally this would be good as it would indicate that a lot of people...
65806
Marty Sullivan
dark3251
Jul 5, 2012 12:58 am
I have a few suggestions for you. First, put your svg on your pages using <embed> tags instead of linking directly to them, this will make it far less likely...
65807
cremnosedum
Jul 5, 2012 5:33 pm
Hi, The first thing is to diganose why I'm getting contradictory information about the amount of traffic I'm getting. If I really am getting a lot more traffic...
65808
cremnosedum
Jul 5, 2012 5:44 pm
Hi, Marty Sullivan has claimed that it's better to put SVG's on your website as SVG rather than SVGZ. I've yet to hear that from anybody else so I'd like to...
65809
Marty Sullivan
dark3251
Jul 5, 2012 8:44 pm
It's just the fact that you're already serving compressed content from a web server, you're adding more overhead to the client who has to inflate and then also...
65810
Ed Beroset
beroset@...
Jul 5, 2012 9:08 pm
... Your assumptions, while they may be true in many cases, are not all valid in the case of embedded web servers. It's admittedly a subset of all possible...
65811
Jason Barnabas
jtbarnabas
Jul 6, 2012 8:51 am
... English is the lingua Franka of the 21st century and even for the Japanese who do not speak it there are translation pages available online. AFAIK there is...
65812
Marty Sullivan
dark3251
Jul 6, 2012 1:30 pm
I don't think my assumptions are too far fetched regarding the OP and other readers here. If your web host or web server isn't compressing your text based...
65813
jamesd
jcdeering1
Jul 8, 2012 9:13 pm
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, ...