Re: [svg-developers] improved SVG text support in Firefox Nightly

2013-07-08 Thread Cameron McCormack
David Dailey wrote: It looks as though you’ve not yet implemented textLength=n and lengthAdjust=spacingAndGlyphs Those two would be high on my request list for next projects to undertake. Opera, Chrome, Safari and IE have all done them and it enables effects such as at

Re: [svg-developers] improved SVG text support in Firefox Nightly

2013-07-02 Thread Cameron McCormack
I put together a small page demonstrating these new features: http://mcc.id.au/2013/text.html - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

[svg-developers] improved SVG text support in Firefox Nightly

2013-07-01 Thread Cameron McCormack
Hi svg-developers, Firefox Nightly has just gained an improved SVG text engine: http://mcc.id.au/blog/2013/07/firefox-svg-text-improvements These features are on track to be in Firefox 25. I encourage people to try out today's Nightly and to file bugs if you notice any problems. Happy

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

2012-07-20 Thread Cameron McCormack
Arjen: Remove the px in the font-size declaration. The size is not in pixels but in viewbox units. px and unitless values are always equivalent when they represent lengths in SVG. Srinivas: Here, though I am setting font-size=120px, when I view the svg file in browser, it is not 120 pixel

Re: [svg-developers] Scaling from center point of element

2012-01-24 Thread Cameron McCormack
David Dailey: As often as I've seen this question in the past n years (for some n k) I'd have to resurrect the suggestion that scaling and rotation relative to the center be added to the spec: transform=scale(2, centroid) or transform=rotate(90, BBCenter) , or something like it, just oughta

Re: [svg-developers] Scaling from center point of element

2012-01-24 Thread Cameron McCormack
David Dailey: Oh good! The center of mass (centroid or first central moment) is also a graphically relevant construct, so we should think about that too! It’s easily scriptable for integrable curves (well, heck, I suppose they don’t even need to be integrable* do they?) but declarative access

Re: [svg-developers] NodeList.prototype in opera

2012-01-04 Thread Cameron McCormack
yannick.bocha...@free.fr: I know it's not recommended to extend the prototype of hosted objects, but I'd like to understand why Opera let us access the prototype of NodeList but just ignore it : NodeList.prototype.myExtendedMethod = function() {};

Re: [svg-developers] Re: Creating use and symbol elements from script - browser implementations

2011-04-02 Thread Cameron McCormack
as their second argument. It’s used for setting the prefix property of the Node that gets created, but this prefix doesn’t have to match any namespace prefix declarations that are in scope at all. (It’s mostly useless.) -- Cameron McCormack ≝ http://mcc.id.au

Re: [svg-developers] Linear Gradient on stroke

2011-03-09 Thread Cameron McCormack
it for the case where the bounding box has a width but zero height (or vice versa) when you are dealing with gradients, exactly as you mention. I would like the spec to change, but I haven’t discussed it with the rest of the WG. -- Cameron McCormack ≝ http://mcc.id.au

Re: [svg-developers] animate Chrome Bug ( Very Basic but not discovered yet )

2010-12-30 Thread Cameron McCormack
it a basic bug though; it’s kind of an edge case. :-) animate attributeName='display' begin=0 dur=10s calcMode=discrete values=none;inline;none fill=freeze keyTimes=0;0.4;1/ -- Cameron McCormack ≝ http://mcc.id.au/ - To unsubscribe send a message to: svg

Re: [svg-developers] Defining reference variables in SVG?

2009-01-14 Thread Cameron McCormack
a while ago suggested functionality similar to what you used, but the WG would rather start from the use cases to determine what the best method for describing layout would be.) Thanks, Cameron [1] http://www.svgopen.org/2004/papers/ConstraintSVG/ -- Cameron McCormack ≝ http://mcc.id.au

Re: [svg-developers] extract info from SVG using Java program

2009-01-08 Thread Cameron McCormack
it does have a DOM implementation that you use). http://java.sun.com/javase/6/docs/api/javax/xml/parsers/DocumentBuilderFactory.html http://java.sun.com/javase/6/docs/api/javax/xml/parsers/DocumentBuilder.html http://java.sun.com/javase/6/docs/api/org/w3c/dom/Document.html -- Cameron

Re: [svg-developers] extract info from SVG using Java program

2009-01-08 Thread Cameron McCormack
Cameron McCormack: For that, you don’t need Batik in particular (although it does have a DOM implementation that you use). *that you can use -- Cameron McCormack ≝ http://mcc.id.au/ - To unsubscribe send a message to: svg-developers-unsubscr

Re: [svg-developers] Are glyph-name lists comma or space separated?

2009-01-03 Thread Cameron McCormack
/issues/2194 with the WG, which, if agreed to, will result in an erratum being published for SVG Tiny 1.2. Thanks, Cameron -- Cameron McCormack ≝ http://mcc.id.au/ - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit

Re: [svg-developers] Embedding a swf file into SVG doc

2008-12-31 Thread Cameron McCormack
transcoder application yet, unfortunately. Thanks and happy new year. 新年快樂! -- Cameron McCormack ≝ http://mcc.id.au/ - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers

Re: [svg-developers] Rotate(a x y) with svg2pdf

2008-12-27 Thread Cameron McCormack
cause the @transform to have an “unsupported value”, and just be ignored.) -- Cameron McCormack ≝ http://mcc.id.au/ - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers

Re: [svg-developers] Report on SVG Viewer Performance

2008-11-30 Thread Cameron McCormack
, and would mean that it’s not an accurate means of testing how many updates can get pumped through per second. (There has been discussion on introducing a high resolution timer API in browsers recently, but nothing has been specced yet.) -- Cameron McCormack ≝ http://mcc.id.au

Re: [svg-developers] Report on SVG Viewer Performance

2008-11-30 Thread Cameron McCormack
haven’t done any profiling to see exactly what about text updates are slow. Thanks, Cameron -- Cameron McCormack ≝ http://mcc.id.au/ - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit

Re: [svg-developers] Re: Fw: SVG SMIL in Mozilla

2008-09-30 Thread Cameron McCormack
to be in Firefox 3.1. -- Cameron McCormack ≝ http://mcc.id.au/ - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups Links * To visit your group on the web, go

[svg-developers] Fw: SVG SMIL in Mozilla

2008-09-29 Thread Cameron McCormack
- End forwarded message - -- Cameron McCormack ≝ http://mcc.id.au/ - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups Links * To visit your

Re: [svg-developers] Status of SVG filters in Safari (or cellphones)

2008-08-21 Thread Cameron McCormack
how much got implemented. -- Cameron McCormack ≝ http://mcc.id.au/ - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups Links * To visit your group

Re: [svg-developers] TextNode

2008-07-19 Thread Cameron McCormack
://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-72AB8359 -- Cameron McCormack ≝ http://mcc.id.au/ - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups

Re: [svg-developers] Re: Pretty printer for Windows, Batik

2008-02-04 Thread Cameron McCormack
tutorial! I’ve put a link to it on Batik’s wiki. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

Re: [svg-developers] getAttributeNS href problem on Opera and Safari

2008-01-28 Thread Cameron McCormack
Erik Dahlström: In Firefox' case I suspect it's simply that the SVGElementInstance DOM has not been implemented yet [2][3]. Not sure about Batik, but it could be the same there. That’s correct. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN

Re: [svg-developers] [ANN] Batik 1.7 released

2008-01-28 Thread Cameron McCormack
Jonathan Chetwynd: excellent to have an os x icon, would it be possible to have a home icon and the preferences to specify it? Not sure what you mean by a “home” icon. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED

Re: [svg-developers] Re: Pretty printer for Windows

2008-01-23 Thread Cameron McCormack
tampered with it, run some md5sum checking program against the .zip file and compare it with the checksum stored in batik-1.7.zip.md5. 4. Unzip the .zip file. 5. Double click on batik.jar to run Squiggle. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ

Re: [svg-developers] [ANN] Batik 1.7 released

2008-01-21 Thread Cameron McCormack
in a few months? -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups

[svg-developers] [ANN] Batik 1.7 released

2008-01-10 Thread Cameron McCormack
://issues.apache.org/bugzilla/ And for more information, see the Batik project website: http://xmlgraphics.apache.org/batik/ Thanks, Cameron —for the Apache Batik team -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED

Re: [svg-developers] Problem in Batik

2007-11-28 Thread Cameron McCormack
supports SVG Full 1.1 plus a couple of SVG 1.2 features. Notably, it does not support traits (the getFloatTrait() and setFloatTrait() calls in that document). -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe

Re: [svg-developers] Re: Problems with running Javascript in Batik Squiggle

2007-11-26 Thread Cameron McCormack
/ line x1=50 y1= x2=35 y2=-15/ line x1=50 y1= x2=35 y2=15/ /g /svg Cameron McCormack: Yeah, looks like a bug. Filed: http://issues.apache.org/bugzilla/show_bug.cgi?id=43953 Which is now fixed in SVN: http://svn.apache.org/viewvc?rev

Re: [svg-developers] Re: Problems with running Javascript in Batik Squiggle

2007-11-23 Thread Cameron McCormack
/ line x1=0 y1=0 x2=50 y2=0/ line x1=50 y1= x2=35 y2=-15/ line x1=50 y1= x2=35 y2=15/ /g /svg Yeah, looks like a bug. Filed: http://issues.apache.org/bugzilla/show_bug.cgi?id=43953 -- Cameron McCormack, http

Re: [svg-developers] Batik Java CSS parser

2007-11-23 Thread Cameron McCormack
or whatever) will have to implement CSSStyleSheetNode. Take a look at the SVGCSSEngine class to see how it extends the abstract CSSEngine class to set up the “manager” classes for each CSS property, too. Cameron -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922

Re: [svg-developers] Export SVG animations to series of PNG, JPG or maybe anim GIF?!

2007-11-13 Thread Cameron McCormack
with the appropriate snapshot time hint -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership

Re: [svg-developers] Problems with running Javascript in Batik Squiggle

2007-10-28 Thread Cameron McCormack
= attribute completely)? -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo

Re: [svg-developers] SVG and streamed XML images

2007-10-19 Thread Cameron McCormack
imgElement = …; imgElement.href.baseVal = 'data:image/jpeg;base64,/9j/4AA…’; -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg

[svg-developers] Fw: [POLL] User poll on Java version requirements

2007-10-09 Thread Cameron McCormack
, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - End forwarded message - -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

Re: [svg-developers] Symbols in svg file

2007-09-20 Thread Cameron McCormack
a font with good coverage (e.g. putting font-family='Arial Unicode MS' on the text element) makes it work in Firefox 2. (And you have an errant semicolon in your font-size= attribute.) Cameron -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL

Re: [svg-developers] Re: Is svg still promising?

2007-09-11 Thread Cameron McCormack
point a friend who lives in Shibuya towards it)? The image is at http://www.flickr.com/photos/bopuc/345243277/ You could say it’s the interactive maps at the Hachiko exit of Shibuya station. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL

Re: [svg-developers] Dynamic xlink:href creation problem

2007-09-03 Thread Cameron McCormack
, as described here: http://jwatt.org/svg/authoring/ -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

Re: [svg-developers] anchor broken for mask as transparent hole ~:

2007-08-01 Thread Cameron McCormack
opacity in masks not allowing pointer events through the shape) is correct: http://www.w3.org/2003/01/REC-SVG11-20030114-errata#Capturing%20pointer-events%20with%20a%20zero%20opacity%20mask -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL

Re: [svg-developers] removing without removeChild works?

2007-04-12 Thread Cameron McCormack
? Yes, it’s not necessary. From DOM Level 2 Core: appendChild Adds the node newChild to the end of the list of children of this node. If the newChild is already in the tree, it is first removed. — http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-184E7107 -- Cameron McCormack

Re: [svg-developers] Batik Error when invoking getComputedTextLength on TSPAN tag

2007-04-02 Thread Cameron McCormack
://wiki.apache.org/xmlgraphics-batik/BootSvgAndCssDom -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

Re: [svg-developers] Re: [ANN] Batik 1.7beta1 released

2007-03-31 Thread Cameron McCormack
/xmlgraphics/batik/batik-docs-1.7beta1.zip -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership

[svg-developers] [ANN] Batik 1.7beta1 released

2007-03-29 Thread Cameron McCormack
, please file bug reports: http://issues.apache.org/bugzilla/ And for more information, see the Batik project website: http://xmlgraphics.apache.org/batik/ Thanks, Cameron —for the Apache Batik team -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922

Re: [svg-developers] Re: batik rasterizer

2007-02-22 Thread Cameron McCormack
a dummy parameter, but the .svg is what counts ASV, not Batik, has that incorrect extension sniffing behaviour, right? -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] Yahoo! Groups Sponsor

Re: [svg-developers] Rendering strategies

2007-02-07 Thread Cameron McCormack
. Mind you I didn’t write the rendering code, so this is just what I have gleaned from looking briefly at it. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

Re: [svg-developers] Installing libbatik-java 1.5.1-1 in Debian/Linux

2007-02-06 Thread Cameron McCormack
), you should be able to start it with: java -classpath /usr/share/java/batik-all.jar org.apache.batik.apps.rasterizer.Main -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED

Re: [svg-developers] Application for Drawing SSM Diagrams

2007-01-28 Thread Cameron McCormack
-- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups Links * To visit your group

Re: [svg-developers] Help convert SVGGraphics2D to BufferedImage

2007-01-23 Thread Cameron McCormack
() { return bufferedImage; } public void setDimensions(int w, int h) { hints.put(KEY_WIDTH, new Float(w)); hints.put(KEY_HEIGHT, new Float(h)); } } -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED

Re: [svg-developers] Help convert SVGGraphics2D to BufferedImage

2007-01-22 Thread Cameron McCormack
(400, 300, BufferedImage.TYPE_INT_ARGB); Graphics2D g2d = (Graphics2D) bi.getGraphics(); // ... drawn on g2d ... -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED

Re: [svg-developers] Batik ECMAScript and HTML

2007-01-14 Thread Cameron McCormack
in the applet’s class. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups

Re: [svg-developers] Re: SVG Logo Contest

2006-12-20 Thread Cameron McCormack
! I’ll see if I can incorporate it into Squiggle’s splash screen for the next release… -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group

Re: [svg-developers] triggering JavaScript function from SMIL

2006-12-09 Thread Cameron McCormack
)/ /circle /svg Cameron -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo

Re: [svg-developers] addEventListener bug this=window

2006-11-13 Thread Cameron McCormack
function? The evt.target and evt.currentTarget return the rect element, but I need the textbox object so I can make the widget respond to the event. Answered on batik-users: http://www.nabble.com/forum/ViewPost.jtp?post=7328546framed=y -- Cameron McCormack, http://mcc.id.au

Re: [svg-developers] Help needed from a Batik expert

2006-11-02 Thread Cameron McCormack
this GVT back to DOM, or, at the very least into some kind of text or binary representation from which I can then read it back. Is there any simple way of doing that? Not easily, no. But why not just keep a reference to the original DOM? -- Cameron McCormack, http://mcc.id.au/ xmpp

Re: [svg-developers] Re: Help needed from a Batik expert

2006-11-02 Thread Cameron McCormack
be more appropriate. Cameron -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership

Re: [svg-developers] Re: Batik SVG Viewer Applet

2006-10-30 Thread Cameron McCormack
handler? Ah great, that fixes it. I wonder why the IDs aren’t available at that point, though. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http

Re: [svg-developers] Re: Batik SVG Viewer Applet

2006-10-26 Thread Cameron McCormack
://arc.mcc.id.au/temp/2006/applet/demo/ Cameron -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

Re: [svg-developers] Batik as an IE plugin

2006-10-26 Thread Cameron McCormack
? I haven’t tried calling HTML script from the applet’s code. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers

Re: [svg-developers] Batik as an IE plugin

2006-10-26 Thread Cameron McCormack
+ Swing peers that cause rendering to work only sometimes. It would be very nice, if one wouldn't have to load all the jar files over and over again to display the SVG files. Hopefully they are cached by the browser. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ

Re: [svg-developers] Drawing lines, pixels, circles with DHTML/Ajax/ActiveX

2006-10-09 Thread Cameron McCormack
it, it's an abstraction that allows you to do cross-browser vector graphics stuff: http://dojo.jot.com/Dojo2D I'm not sure of its status. Cameron -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send

Re: [svg-developers] Re: Firefox Animation

2006-10-05 Thread Cameron McCormack
completely. Andreas mentioned it here: http://tech.groups.yahoo.com/group/svg-developers/message/56528 -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http

Re: [svg-developers] Squiggle browser as plugin?

2006-09-08 Thread Cameron McCormack
. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups Links * To visit your group

Re: [svg-developers] Re: how to get every item of path element

2006-09-07 Thread Cameron McCormack
, Batik etc.) Perhaps it does not implement 'pathSegList'? -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click

Re: [svg-developers] Re: Firefox CPU usage

2006-07-19 Thread Cameron McCormack
contribute a bunch of SVG animation related tests soon, though. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click

Re: [svg-developers] Re: Dynamically create a link in SVG

2006-06-26 Thread Cameron McCormack
namespace declaration attribute in the document, too.)) -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] Yahoo! Groups Sponsor ~-- Check out the new improvements in Yahoo! Groups email

Re: [svg-developers] tspan element does not increment

2006-06-15 Thread Cameron McCormack
tspans. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] Yahoo! Groups Sponsor ~-- Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com

Re: [svg-developers] Modifying element's transformation matrix in Javascript

2006-05-31 Thread Cameron McCormack
; elem.transform.baseVal.initialize (svg.createSVGTransformFromMatrix(m)); but it seems a bit more verbose… -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] Yahoo! Groups Sponsor

Re: [svg-developers] Modifying element's transformation matrix in Javascript

2006-05-31 Thread Cameron McCormack
Cameron McCormack: var m = document.createSVGMatrix(); And that of course should be: var m = svg.createSVGMatrix(); -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] Yahoo! Groups Sponsor

Re: [svg-developers] Re: Modifying element's transformation matrix in Javascript

2006-05-31 Thread Cameron McCormack
. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] Yahoo! Groups Sponsor ~-- Everything you need is one�click away.� Make Yahoo! your home page�now. http://us.click.yahoo.com/AHchtC/4FxNAA

Re: [svg-developers] Omission in the SVG specification ?

2006-05-28 Thread Cameron McCormack
(or, if it comes to nothing, XBL2) you would be able to define custom elements to declaratively specify such layout, but of course it still must be backed by script. Cameron [1] http://www.svgopen.org/2004/papers/ConstraintSVG/ -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED

Re: [svg-developers] Problem with overlappying lines

2006-05-18 Thread Cameron McCormack
stroke-width=1 shape-rendering=crispEdges line x1=10 y1=100 x2=10 y2=140/ line x1=10 y1=100 x2=10 y2=170/ /g -- Cameron McCormack ICQ: 26955922 cam (at) mcc.id.au MSN: cam (at) mcc.id.au http://mcc.id.au/ JBR

Re: [svg-developers] Looking for a open source converter from SVG to any image or PDF output

2006-05-17 Thread Cameron McCormack
the standalone rasteriser tool to convert SVG into JPEG or PDF: http://xmlgraphics.apache.org/batik/svgrasterizer.html or programmatically with Batik's Transcoder API: http://xmlgraphics.apache.org/batik/graphics/rasterizerTutorial.html Cameron -- Cameron McCormack ICQ: 26955922

Re: [svg-developers] Can the svg element be the target of click events?

2006-03-19 Thread Cameron McCormack
'svg' elements don't do any filling or stroking, the event shouldn't be dispatched. -- Cameron McCormack ICQ: 26955922 cam (at) mcc.id.au MSN: cam (at) mcc.id.au http://mcc.id.au/ JBR: heycam (at) jabber.org - To unsubscribe

Re: [svg-developers] Re: Xpath and svg

2006-01-30 Thread Cameron McCormack
are not sure that the implementation you plan to view your SVN in supports it, you could use this script implementation: http://mcc.id.au/xpathjs/ -- Cameron McCormack ICQ: 26955922 cam (at) mcc.id.au MSN: cam (at) mcc.id.au http://mcc.id.au

Re: [svg-developers] Re: Commercial SVG application - 3D pixel advert cube

2006-01-26 Thread Cameron McCormack
pix.cube: I think I may have been able to resolve this problem now. Would you mind testing it again for me at http://www.pix-cube.com/cubeview.php Works now. -- Cameron McCormack ICQ: 26955922 cam (at) mcc.id.au MSN: cam (at) mcc.id.au http

Re: [svg-developers] Commercial SVG application - 3D pixel advert cube

2006-01-25 Thread Cameron McCormack
here for more information. -- Cameron McCormack ICQ: 26955922 cam (at) mcc.id.au MSN: cam (at) mcc.id.au http://mcc.id.au/ JBR: heycam (at) jabber.org - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http

Re: [svg-developers] Re: Commercial SVG application - 3D pixel advert cube

2006-01-25 Thread Cameron McCormack
view other SVG content on the web with it. -- Cameron McCormack ICQ: 26955922 cam (at) mcc.id.au MSN: cam (at) mcc.id.au http://mcc.id.au/ JBR: heycam (at) jabber.org - To unsubscribe send a message to: [EMAIL PROTECTED

Re: [svg-developers] Re: Commercial SVG application - 3D pixel advert cube

2006-01-25 Thread Cameron McCormack
pix.cube: I do not have this problem on my FF so I am not sure why it is happening. Could you please do me a favour and try to access the SVG directly at: http://www.pix-cube.com/gencube.php That works fine, thanks. Your SVG checking script seems to check only for ASV. -- Cameron McCormack

Re: [svg-developers] Re: Firefox 1.5 with SVG now officially released

2005-11-30 Thread Cameron McCormack
returns the value of the attribute with the given namespaceURI/localName pair). See the XML Namespaces section of DOM 2 Core: http://www.w3.org/TR/DOM-Level-2-Core/core.html#Namespaces-Considerations -- Cameron McCormack ICQ: 26955922 cam (at) mcc.id.au MSN

Re: [svg-developers] Re: Converting True Type Fonts (ttf) to SVG fonts

2005-11-17 Thread Cameron McCormack
Andreas Neumann: Instead of using SVN/compile that batik sources you can also use the nightly builds (http://svn.apache.org/builds/xml-batik/) - which are pre-compiled binaries of the SVN version. You can run these versions with the JRE and don't need the full JDK. Actually these are just

Re: [svg-developers] SVG1.2 When????

2005-11-06 Thread Cameron McCormack
Hi Chuck. Chuck: I am fairly new to the SVG community so this question may be out of ignorance... when will SVG1.2 and Rendering Custom Content spec be an official recommendation and when will the major players implement it? I can't say for sure when SVG 1.2 Full will be out, but sXBL

Re: [svg-developers] help me solve this issue

2005-10-20 Thread Cameron McCormack
Doug Schepers: Bad Cameron! No cookie! You forgot to declare the XLink namespace in the root. Heh, yes, you found me out secretly trying to undermine your pro-namespaces campaign! :) -- e-mail : cam (at) mcc.id.au icq : 26955922 web : http://mcc.id.au/msn :

Re: [svg-developers] help me solve this issue

2005-10-19 Thread Cameron McCormack
Hi Chandrasekar. chandrasekar s: i have two svg files one.svg and two.svg under the same folder now on click event of rectangle in one.svg i want to navigate to two.svg.. how do i do that??? Easy! Just wrap your rectangle with an 'a' element, similar to HTML: !-- one.svg -- svg

Re: [svg-developers] Call Java function from javascript.

2005-10-18 Thread Cameron McCormack
Hi Nathan. sent1729: All I am trying to do is to call some packages (from java script) that are with in Batik application itself. Rhino lets you import packages to be visible to the script environment. Batik will import just the org.w3c packages for you. You can refer to other packages by

Re: [svg-developers] Help, I can't create IMAGE!

2005-10-05 Thread Cameron McCormack
Hi algornik7. algornik7: shape.setAttribute(xlink:href,some_pic.jpg); You need to use a namespace for this attribute: shape.setAttributeNS (http://www.w3.org/1999/xlink;, xlink:href, some_pic.jpg); -- e-mail : cam (at) mcc.id.au icq : 26955922 web :

Re: [svg-developers] Re: Help, I can't create IMAGE!

2005-10-05 Thread Cameron McCormack
Oh I forgot one more: algornik7: var shape = svgDocument.createElement(image); var shape = svgdocument.createElementNS(svgns, image); That should work. -- e-mail : cam (at) mcc.id.au icq : 26955922 web : http://mcc.id.au/msn : cam-msn (at)

Re: [svg-developers] Re: DOM Nodelist whitespace

2005-09-22 Thread Cameron McCormack
Martin Honnen: So for Java it is pretty clear those constants in the IDL interface are static members of the Java interface which means in Java you would access e.g. org.w3c.dom.Node.ELEMENT_NODE or, if you do import org.w3c.dom.*; shorter as Node.ELEMENT_NODE to get at that

[svg-developers] Any designers coming to SVG Open?

2005-08-09 Thread Cameron McCormack
If any graphic designers will be attending SVG Open next week, I'd like to talk to you for a short time. My current project is working on an adaptive diagram authoring tool--initially looking at authoring bar charts and process diagrams--and I would like some input on the decisions a designer

Re: [svg-developers] Calling script in an SVG embed from containing HTML

2005-08-03 Thread Cameron McCormack
Doug Schepers: Sadly, this has always been a bit of a bugaboo. It does work in IE+ASV3, but not in FF+ASV6pr1, or I'll bet in Linux at all. I don't know if it works in Deerpark. Oh, that's a shame. So there's actually no way to have cross-platform (ASV in either IE/MozWindows/MozLinux)

Re: [svg-developers] Dynamic text using character entities?

2005-07-10 Thread Cameron McCormack
Philippe Lhoste: I am, alas, not sure how to do what you want to do in JavaScript. I am sure of one thing: interpreting character entities is the job of the XML parser. That's why parseXML does the magic you are wondering about. Perhaps you can put the text to display in an XML element in

Re: [svg-developers] Re: Adobe SVG Viewer Plugin in Linux

2005-07-07 Thread Cameron McCormack
Andreas Neumann: unfortunately the state of ASV on Linux is less than optimal, but it works in some browsers. On my SuSE Linux it works fine in Konqueror and Opera, but does not work well in the Mozilla based browsers, because these browsers recently changed their plugin interface and

Re: [svg-developers] looking for stroke and fill colors of a ShapeNode

2005-06-10 Thread Cameron McCormack
Hi Sylvain. Sylvain Caillet: So i do : I first get the GraphicsNodew which is in fact a RootGraphicsNode. It has one children : a CanvasGraphicsNode. Which has many children which are ShapeNode. For each ShapeNode, i can get datas such as : - the composite, - the rendering hints - the

Re: [svg-developers] getBox() failing during onload

2005-05-25 Thread Cameron McCormack
Hi Peter. Peter Thompson: When I run the following test file in ASVG3 and Squiggle, the 'click here' text is blue. When I run it in Moz/SVG the 'click here' text is red and there is an error in the JavaScript console indicating getBBox() is generating an exception. I know that

Re: [svg-developers] Re: eventListener is a hoax

2005-05-21 Thread Cameron McCormack
Francis Hemsher: Why even consider eventListener when XML already has adequate methods to handle the event attribute for an SVG element. Please!, Show me something that the DOM, excluding the redundancy of eventListener, cannot handle. Two things that come to mind: - You can use

Re: [svg-developers] Re: eventListener is a hoax

2005-05-21 Thread Cameron McCormack
Hi Francis. Francis Hemsher: I would go this way in one coding block: myElement.setAttribute(onclick,myClickFunction()) myElement.setAttribute(onmouseover,myMouseOver()) myElement.setAttribute(onmouseout,myMouseOut()) ...etc. To dynamically dump them:

Re: [svg-developers] setAttribute(display,block) doesn't work in javascript function

2005-05-04 Thread Cameron McCormack
Hi Peter. Peter Thompson: I looked at this the first time that you posted it. I think that there is some interaction between the declarative set attribute and the Javascript set attribute, but I don't know for sure and can't explain it (maybe someone who really understands this will comment).

Re: [svg-developers] Java: ImageIcon

2005-04-20 Thread Cameron McCormack
Hi Tom. tmcl_66: Newbe question here. I have two objects: org.apache.batik.swing.JSVGCanvas and org.w3c.dom.svg.SVGDocument both working in a simple tutorial-like app. Now I want to create an ImageIcon. Can somebody please point me in the right direction? Just the other day I

Re: [svg-developers] BAM vs BATIK, Pls Have a Look..n Help me....

2005-03-20 Thread Cameron McCormack
Hi DJ. DJ: I am a wee boy in SVG world. Welcome! :-) Brief Idea about my project: * Collect XML data from different resources, sort,manipulate,and onvert them according to my own XML format, then to SVG.(Have done with saxon xslt processor ) * I use only rect,circles,text

Re: [svg-developers] SVG Open 2005 - Fun for the whole family

2005-03-17 Thread Cameron McCormack
Chris Peto: http://www.resource-solutions.de/countdown/svgopen2005countdown.html Nice. Is that IE logo with the white background a subtle dig at IE's handling of PNGs with transparency? :-) Cameron -- e-mail : cam (at) mcc.id.au icq : 26955922 web : http://mcc.id.au/

  1   2   >