[svg-developers] Re: SVG font-size is not correctly rendering.

2012-07-20 Thread Arjen
Remove the px in the font-size declaration. The size is not in pixels but in viewbox units. --- In svg-developers@yahoogroups.com, "Srinivas" wrote: > > 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).

[svg-developers] Re: onbegin and onend events not working on Chrome 13-17

2012-06-28 Thread Arjen
Follow bug http://code.google.com/p/chromium/issues/detail?id=116595 --- In svg-developers@yahoogroups.com, "jujuvivi" wrote: > > Yes, I have the Adobe SVG plugin for IE. > > Does anyone know when it will be fixed in Chrome? > Still not good in Version 20.0.1132.43 > > Thx, > Vincent > > --- I

[svg-developers] Re: Negative dx and gradients with color names in four browsers

2012-06-27 Thread Arjen
Not rendering a negative dx in Firefox 13 and Opera 12 is a bug of the browser? - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yah

[svg-developers] Re: Negative dx and gradients with color names in four browsers

2012-06-26 Thread Arjen
? Firefox 13 displays it > > correct. Opera, Chrome and IE display a black bar. > Here is the buggy part in your markup: > >fill="url(#gradientPositive" Sorry. The document passed http://validator.w3.org/check successfully, which is so to see n

[svg-developers] Negative dx and gradients with color names in four browsers

2012-06-26 Thread Arjen
display black bars. Do I have to change the code or are the browsers buggy? Arjen http://www.w3.org/2000/svg"; xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink"; version="1.0" height="174" width="1278">

[svg-developers] Negative dx and gradients with color names in four browsers

2012-06-26 Thread Arjen
to change the code or are the browser buggy? Arjen This code is generated by d3.js http://www.w3.org/2000/svg"; xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink"; version="1.0" height="174" width="1278">

[svg-developers] Inkscape namespace in javascript

2011-10-31 Thread Arjen
the correct solution to use namespaces? Can anybody point me to an example? Arjen Very specific: var padspeler =createSVGElement({element:"g",groupmode:'layer',id:"laag"+nr, label:'Beweging speler'+nr,appendTo:padenininkscape}); is correct

[svg-developers] Multiple keyTimes, keyPlaces and values allowed in the specs?

2011-03-21 Thread Arjen
I do have an animation with a movement along a path and a rotation. Is it allowed the write: animateTransform attributeName ="transform" type="rotate" begin="0",dur="4" values="-90;90;-90;90" keyTimes="0;0.6;0.8;1 /> The key is the differences in keyTimes: 3 and 4 entries. No browser

[svg-developers] Opposite of getPointAtLength: getLengthAtPoint?

2011-02-27 Thread Arjen
In svg we have path.getTotalLength() path.getPointAtLength(fraction) to get a point.x and point.y at the fraction position. But what if we have point.x and point.y on a path (click with event) and would like to calculate the fraction? So, is there an opposite of getPointAtlength: getLengthAtPo

[svg-developers] svg event DOMNodeInsertedIntoDocument start animation

2011-02-09 Thread Arjen
Is it possible to start an animation (begin=...) with the event DOMNodeInsertedIntoDocument? If it is possible, what is the notation in the animation part? I can not find an example. Thanks, Arjen Documentation: event-value ::= ( Id-value "." )? ( event-ref ) ( S? ("+"

[svg-developers] Re: Viewbox question: show only "lower" half: difference between symbol and g

2011-02-06 Thread Arjen
ol; using g instead displays fine. What is the difference between symbol and g? --- In svg-developers@yahoogroups.com, "Arjen" wrote: > > I am trying to make 3 viewBoxes, showing a complete field, the upper half > (attack) or the lower half (defense). > >

[svg-developers] Viewbox question: show only "lower" half

2011-02-04 Thread Arjen
the complete field and the upper half this logic is correct, but for the lower half, browsers do not show the field in the range Y=1400 to Y =2800. Clearly, I must be wrong. But, what is the correct interpretation and coding? Arjen http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w

[svg-developers] Display animation: wrong(?) keyTimes?

2010-12-24 Thread Arjen
The code below animates the display of a circle. As far as I understand the specs it should start with display none at 0s, inline at 4s and none at 10seconds. However, Opera 11 and Firefox 4 beta 8 both display it as none at 0s, inline at 4s, none at ±7s and inline at 10seconds. Can anybody t

[svg-developers] animate Scale in chromium and Opera: both wrong or am I wroing?

2010-10-25 Thread Arjen
. Is there a browser that displays the animation correct? Arjen - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yaho

[svg-developers] Basketball game plan: howto use the original coordination system

2010-10-09 Thread Arjen
settings of player 3 and not of the underlaying basketball field. How can I reset the coordination system of player 3? Arjen - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg