[svg-developers] external entities

2012-11-18 Thread Kenneth Nellis
I've tried without success to get external entities to work. For example, let's say I want to define "blue" in a shared file as #00247D and then, in multiple, separate SVG files, reference the shared definition (as "&blue;"). I get that the SVG document that references the color would pull in th

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

2012-01-01 Thread Kenneth Nellis
You didn't close your two tags resulting in parse errors. —Ken Nellis - 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" Yahoo! Groups

[svg-developers] problems referring to externally-defined object

2011-12-11 Thread Kenneth Nellis
I've been using for some time with no problems, referencing an item (id="bar") defined in my local file's section. Tonight I tried to reference an item defined in an external document: . What I found is that Firefox and Opera rendered the object as intended, but Safari and Chrome just ignored

[svg-developers] browser stretching SVG IMG

2011-11-20 Thread Kenneth Nellis
I was surprised to see such disparate browser behavior in rendering an external SVG image within an HTML web page using the IMG tag, Despite the image specifying preservation of aspect ratio, on the Macintosh (Snow Leopard) platform, Safari and Chrome stretch the image according to the size of t

[svg-developers] anti-aliasing fill

2010-12-28 Thread Kenneth Nellis
In SVG renderings, where, for example, two non-rotated rectangles of solid but different colors abut, I see a single line of pixels at the border that I attribute, perhaps erroneously, to anti-aliasing. I wish to know what I can do to eliminate this artifact. I tried , but this had no effect

[svg-developers] overflow="hidden"

2010-12-18 Thread Kenneth Nellis
I'd like to draw a diagonal line from corner to corner and not have the width of the line extend outside the viewBox boundaries at the two corners, however they do despite my attempt to thwart it with overflow="hidden". What am I doing wrong? Here's an example that demonstrates the problem: h

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

2010-11-22 Thread Kenneth Nellis
I appreciate the responses I got to this issue. Thank you! BTW, Erik, the SVG cartoon [1] on your personal blog page [2] doesn't render in Mac/Safari 4.1.3 or Mac/Firefox 3.6.12; instead the browsers diagnose XML parsing errors. I suspect either they don't recognize the compressed SVG format

[svg-developers] click coordinates not of object

2010-11-19 Thread Kenneth Nellis
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 to the grid that displays the x,y coordinates of the click point. I want the coordinates to be of the grid's coordinate system, but I'm getting

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

2009-01-17 Thread Kenneth Nellis
On Sat Jan 17, 2009 12:52 am (PST), "Frank Bruder" redu...@yahoo.de redurbf wrote: > Firefox 3.0.5 doesn't support SVG fonts anyway, but it also fails > to parse the document, complaining about an undefined entity. It appears to me that entity h012 is, indeed, undefined. —Ken Nellis [Non

[svg-developers] Re: print SVG from FF3 into PDF, opacity problems

2009-01-06 Thread Kenneth Nellis
The Macintosh version of Firefox 3.0.5 prints your example fine for me. —Ken Nellis On Jan 6, 2009, at 12:17 PM, svg-developers@yahoogroups.com wrote: > print SVG from FF3 into PDF, opacity problems > Posted by: "André M. Winter" carto@gmail.com raxmapa > Tue Jan 6, 2009 7:35 am (PST) > >

Re: [svg-developers] Re: 3D Graphics in SVG

2009-01-03 Thread Kenneth Nellis
As I have asked the list moderator with no response, I wonder if someone can tell how to prevent getting the following e-mail response to each post I make. svg-in-daisy? —Ken Nellis On Jan 3, 2009, at 6:36 PM, Lyris ListManager wrote: > Sorry, but Lyris ListManager did not find your email add

[svg-developers] Re: 3D Graphics in SVG

2009-01-03 Thread Kenneth Nellis
Rakesh: Glad you asked! This is my current interest: using SVG to present 3D graphics. See the following page where I have both some stereo pairs and some anaglyphs (for which you need a pair of those red/cyan 3D glasses): http://homepage.mac.com/nellisks/stereo_svg/ Not being aware of a to

[svg-developers] Re:SMIL animateColor question

2009-01-01 Thread Kenneth Nellis
.@opera.com charlesmccn > Wed Dec 31, 2008 6:16 pm (PST) > > On Thu, 01 Jan 2009 12:53:41 +1100, Kenneth Nellis > > wrote: > > > I have a SMIL animation that I'm having trouble making do what I > > want, if it is even possible. I've reduced the proble

[svg-developers] SMIL animateColor question

2008-12-31 Thread Kenneth Nellis
I have a SMIL animation that I'm having trouble making do what I want, if it is even possible. I've reduced the problem to the SVG at the following URL where a square changes color from white to black and back to white. I want it to keep changing back and forth. homepage.mac.com/nellisks/yah

[svg-developers] Re:displaying svg on IE after 12-31-08

2008-12-30 Thread Kenneth Nellis
I believe that IE7 renders SVG. And, although Adobe is dropping support for ASV, I wonder if they will still offer it for download on their site. And, if not, if they will allow others to distribute it. —Ken Nellis > displaying svg on IE after 12-31-08 > Posted by: "Fuliopen" fulio...@yahoo.co

[svg-developers] Safari print bug

2008-12-24 Thread Kenneth Nellis
At the risk of annoying with a relatively high rate of posts, I write to point out my next Safari bug. Following Andreas's observation, I modified the program that generates the Kakuro SVG files to appease Safari, which doesn't seem to honor small font-sizes. Now all tested browsers render th

[svg-developers] Re: Converting SVG to PDF

2008-12-24 Thread Kenneth Nellis
ing SVG to PDF > Posted by: "John Delacour" j...@bd8.com valchiusella > Tue Dec 23, 2008 12:07 pm (PST) > > At 01:50 +0000 5/12/08, Kenneth Nellis wrote: > > >You can create PDF files of SVG from Safari?? Please, tell me the > >trick. I just get a blank page exc

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

2008-12-24 Thread Kenneth Nellis
Thanx to Andreas and Frank for their helpful responses and apologies for my second post appealing for help on the same subject. Frank, I followed up on your idea that applying font-size directly as element attributes rather than in style attributes. This worked to a point: I could control t

[svg-developers] font-size problem

2008-12-22 Thread Kenneth Nellis
I wonder if anyone might look at this font-size problem. Firefox/Mac 3.0 renders this Kakuro puzzle as desired. Furthermore, FF3 responds to changes I make to the font-size attribute. Safari/Mac 3.2.1 (and WebKit) OTOH, don't respond to changes and render huge text. Very frustrating. http:

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

2008-12-19 Thread Kenneth Nellis
I wonder if a 2nd pair of eyes might see a problem with my SVG code in this page: http://mysite.verizon.net/nellisks/svg/kakuro/wp.07-10-28.svg Safari 3.2.1 with ASV3 and Firefox 3.0.4 and Camino 1.6.5 render the Kakuro puzzle as desired, but Safari w/out ASV3 renders impossibly large text,

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

2008-12-18 Thread Kenneth Nellis
Thanx, Andreas. I did download and play with the latest nightly WebKit build. My few SMIL things worked fine and so does View Source! Compared with ASV3, certain other things work better and certain other things work worse. I seem to have a text problem, that may be my own problem, but it w

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

2008-12-16 Thread Kenneth Nellis
.com wrote: > hm - why do you want to use ASV with Safari? Safari (Webkit) can do > SVG natively. > > Andreas > > --- In svg-developers@yahoogroups.com, "Kenneth Nellis" > wrote: > > > > Since I've updated to Safari 3.2.1 (Macintosh), I can no longer

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

2008-12-13 Thread Kenneth Nellis
Since I've updated to Safari 3.2.1 (Macintosh), I can no longer see SVG source through the context-sensitive menu option "View Source". I'm using the ASV 3.0 plugin. The menu option is there, but is no longer functional. Wondering if anyone else has this problem. As a workaround, I can select

[svg-developers] Re:Stroke width inside the shape

2008-12-10 Thread Kenneth Nellis
As a polyline isn't a closed figure, it doesn't have an inside/ outside, so I'd guess no. —Ken On Dec 10, 2008, at 6:48 PM, svg-developers@yahoogroups.com wrote: > Hi, > Is there a way to set the stroke width of a polyline inside the > shape instead of half inside and half outside ? > Thanks.

[svg-developers] Re: Converting SVG to PDF

2008-12-05 Thread Kenneth Nellis
--- In svg-developers@yahoogroups.com, John Delacour <[EMAIL PROTECTED]> wrote: > > > Resuming a question I have let lie for nearly a year ... > > At 23:15 + 1/1/08, John Delacour wrote: > > >Can you explain why nobody has yet produced software to convert SVG > >to a PDF vector format? > >