[svg-developers] Re: external entities

2012-12-01 Thread Kenneth N
I appreciate the response, Robert. I get why to avoid DTDs, but I wasn't aware that external entities had to be defined in a DTD. The syntax for importing an external entity reference... !ENTITY blue SYSTEM colors.xml ...suggests a plain-vanilla XML file, not a DTD. Am I wrong about this?

[svg-developers] Re: external entities

2012-11-18 Thread Kenneth N
Thanx for that, however I do have internal entities working just fine. Looking for help specifically with externally-defined ones. â€Ken Nellis --- In svg-developers@yahoogroups.com, Marty Sullivan dark3251@... wrote: I can't tell you if this is possible as I've never tried to define external

[svg-developers] Re: Trying to animate two lines moving each other

2012-01-02 Thread Kenneth N
Same with the one I used, Mac/Safari 5.1.2. â€Ken --- In svg-developers@yahoogroups.com, Marty Sullivan dark3251@... wrote: Firefox/Opera/Chrome and probably other browsers will display all parse errors when you load the file. On Sun, Jan 1, 2012 at 7:05 PM, Pranav Lal pranav.lal@... wrote:

[svg-developers] Re: Roman numerals in SVG

2011-10-16 Thread Kenneth N
Works in Mac Safari 5.1 as well, but I don't believe that that is the proper way to present Roman Numerals. Just display them as upper case in a serif font. I remember back in grade school our teacher would write out the upper-case letters of the Roman numerals and then draw the two lines

[svg-developers] Re: national flags for use in db? perhaps ip-to-country.csv

2011-10-09 Thread Kenneth N
Maybe you already know that Wikipedia has SVG for many (all?) national flags? Anyway, for my own pleasure, I hand-crafted SVG for about 140 of the easiest national flags, getting colors and geometry from Wikipedia and Flags of the World. Unfortunately, the two did not always agree and

[svg-developers] Re: national flags for use in db? perhaps ip-to-country.csv

2011-10-09 Thread Kenneth N
Thanks! â€Ken --- In svg-developers@yahoogroups.com, Jon Frost jonfrost@... wrote: The SVG looks really clean too - keep up the good work: http://homepage.mac.com/nellisks/svg/flags/flag.libya.svg [Non-text portions of this message have been removed]

[svg-developers] Re: How to define canvas?

2011-09-04 Thread Kenneth N
Thanx for the link! â€Ken --- In svg-developers@yahoogroups.com, Holger Jeromin mailgmane@... wrote: opera does not have an html5 parser in a production version. http://caniuse.com/svg-html5 thats why it does not recognise the svg Element in html. embeded svg in xhtml is working in opera

[svg-developers] Re: Introducing me and my SVG toy

2011-02-04 Thread Kenneth N
Cool! You can have it provide random blobs, or you can design your own, e.g., dog: http://blotbot.co/#73470750 —Ken Nellis --- In svg-developers@yahoogroups.com, Jon Frost jonfrost@... wrote: Nice work. These blots are great and as my art professor might have said, titillating, but verging

[svg-developers] Re: Safari 3.2.1 with ASV 3.0 won't View Source

2011-02-01 Thread Kenneth N
To close the loop on this, back in December 2008 I did write a Webkit Bugzilla report and just today I got the word that they fixed the bug, 25 months later! https://bugs.webkit.org/show_bug.cgi?id=14242 I haven't downloaded the lastest nightly build yet, so haven't confirmed it. —Ken Nellis ---

[svg-developers] Re: SVG Support in Opera 11

2011-01-14 Thread Kenneth N
TidBITS [1] recently announced that Opera 11 is available for the Mac, but when I go to my Mac version of Opera, 10.63, and do Check for Updates, I'm told that [I am] using the latest version of Opera. SMIL seems to work with that version, but if it doesn't work with 11.0, I'm hoping I'll hear

[svg-developers] Re: anti-aliasing fill

2010-12-29 Thread Kenneth N
Please see: http://homepage.mac.com/nellisks/svg/flags/flag.haiti.svg The problem exhibits itself with the following browsers, among possibly others: • Mac/Opera 10.63 • Mac/Safari 4.1.3 • Mac/Firefox 3.6.12 • Mac/OmniWeb 5.10.3 Maybe it's a Mac thing? Haven't tried with non-Mac browsers. —Ken

[svg-developers] Re: anti-aliasing fill

2010-12-28 Thread Kenneth N
Never mind! I kept looking after my post and found the answer: svg shape-rendering=crispEdges —Ken Nellis --- In svg-developers@yahoogroups.com, Kenneth Nellis nelli...@... wrote: In SVG renderings, where, for example, two non-rotated rectangles of solid but different colors abut, I see a

[svg-developers] Re: anti-aliasing fill

2010-12-28 Thread Kenneth N
My excitement was short-lived. While I want to disable anti-aliasing for vertical and horizontal borders, anti-aliasing makes diagonal or curved borders much better. So, I am still looking for ideas for dealing with this. —Ken Nellis --- In svg-developers@yahoogroups.com, Kenneth N nelli

[svg-developers] Re: Unable to see axes lines

2010-12-26 Thread Kenneth N
Mac/Safari 4.1.3, Mac/Opera 10.63, and Mac/Firefox 3.6.12 all render the axes. BTW, if you'd send SVG code that is stripped down to the minimum necessary to demonstrate the problem, you'd probably get more folks interested enough to consider responding. —Ken Nellis --- In

[svg-developers] Re: styling use with CSS

2010-12-21 Thread Kenneth N
FWIW, it also doesn't work in Safari or OmniWeb, but it does work in Camino. An elegant use of styles. I hope it's valid! —Ken Nellis --- In svg-developers@yahoogroups.com, t...@... t...@... wrote: Hi all, I have some Christmas gifts for you! That is, if you use Firefox:

[svg-developers] Re: overflow=hidden

2010-12-20 Thread Kenneth N
Perfect! It makes the overflow=hidden attribute superfluous. Thanx! —Ken Nellis --- In svg-developers@yahoogroups.com, Erik Dahlstrom e...@... wrote: On Sun, 19 Dec 2010 10:17:18 +0100, t...@... t...@... wrote: Here's what the specs say:

[svg-developers] Re: overflow=hidden

2010-12-19 Thread Kenneth N
--- In svg-developers@yahoogroups.com, t...@... t...@... wrote: Here's what the specs say: http://www.w3.org/TR/SVG/masking.html#AutoClipAtViewportNotViewBox but what does it mean? Right, that's where I got the idea that overflow=hidden would work. I didn't understand those specs either. :-/

[svg-developers] Re: Rotating Images

2010-12-13 Thread Kenneth N
Perhaps you can adapt the following to your needs. It rotates an image about its center point: ?xml version=1.0? svg xmlns=http://www.w3.org/2000/svg; xmlns:xlink=http://www.w3.org/1999/xlink; g transform=translate(400 328) image xlink:href=ken3d.jpg width=400 height=328 x=-200 y=-164

[svg-developers] Re: click coordinates not of object

2010-11-20 Thread Kenneth N
--- In svg-developers@yahoogroups.com, Narendra Sisodiya naren...@... wrote: On Sat, Nov 20, 2010 at 9:03 AM, Kenneth Nellis nelli...@...wrote: I have this SVG file* that displays a centered grid, dimensions 10x10, that scales to the size of the web page. I've attached an onclick handler

[svg-developers] Re: click coordinates not of object

2010-11-20 Thread Kenneth N
--- In svg-developers@yahoogroups.com, Holger Jeromin mailgm...@... wrote: Narendra Sisodiya schrieb am 20.11.2010 05:36: On Sat, Nov 20, 2010 at 9:03 AM, Kenneth Nellis nelli...@...wrote: I have this SVG file* that displays a centered grid, dimensions 10x10, that scales to the size of the

[svg-developers] Re: click coordinates not of object

2010-11-20 Thread Kenneth N
--- In svg-developers@yahoogroups.com, Kenneth N nelli...@... wrote: And Opera's responses using offsetX/Y appear to be complete garbage! Sorry for the spam, but I have to correct the previous statement; further analysis reveals a pattern, just different from Safari and Firefox, which both