Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

svg-developers · SVG Developers

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 8775
  • Category: Data Formats
  • Founded: Aug 16, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 37387 - 37417 of 66120   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
37387 Gergely Hajdu
hajdu72 Send Email
Dec 1, 2003
8:46 am
Hi, I would suggest you to use Digester : http://www.javaworld.com/javaworld/jw-10-2002/jw-1025-opensourceprofile.html This is a very good introduction. By...
37388 brsbrs2 Send Email Dec 1, 2003
8:50 am
Displaying SVG in the PDF Viewer works fine, but print seems not to work. Has anyone succeeded to print SVG using the PDF Viewer. Yours, Brian Sørensen...
37389 Chris Peto
ressol2002 Send Email
Dec 1, 2003
8:51 am
Hi, Is this xml doc and svg doc? If so, then you need to get the getSVGDocument() and then use svgDoc.getElementById(meaningfulID) . Mit freundlichen...
37391 zhjicheng Send Email Dec 1, 2003
9:33 am
Hi SVG Gurus, I found system clipboard will be cleared when I left clicks on the canvas. I think that should be a bug of Batik. Would you please check that? ...
37392 L
lkoonts Send Email
Dec 1, 2003
12:01 pm
SVG crosswordplayer first release!! crosswordplayer 1.0b2 http://www.koonts.com/crossword L....
37393 Geraint Jones
llithfaen66 Send Email
Dec 1, 2003
12:41 pm
Hi, You should check out the SharpVectorGraphics library (SVG#) from www.sharpvectorgraphics.org <http://www.sharpvectorgraphics.org/> . This has a rendering...
37394 Rick Bullotta
rickbullotta Send Email
Dec 1, 2003
1:14 pm
While the SVG support in SharpVectorGraphics isn't yet as deep as Batik, the performance is about 10-20X faster for rendering....
37395 FLOREZ LOSANTOS, Serg...
shfsvg Send Email
Dec 1, 2003
2:40 pm
Hi all, How could I execute the hello() function from the 'mg_streets.htm' page I open from the index.svg. I can reach the 'magister&#39; svg document but I don't ...
37396 Bob Hunter
bobhunter7 Send Email
Dec 1, 2003
3:00 pm
Actually, this was a XML doc loaded by external javascript. Data from the xml document is shown in the svg by way of the external javascript. The problem...
37397 Ken Larson
kenlars99 Send Email
Dec 1, 2003
3:08 pm
I am working on a bridge that will allow the Adobe SVG activeX control to be used in a Java/SWT application, with the same W3C DOM interface classes that are...
37398 Leonard Rosenthol
leonardr@... Send Email
Dec 1, 2003
3:12 pm
... I am looking into the issues of printing embedded SVG - there seems to be a number of potential roadblocks, though none seem insurmountable. Leonard -- ......
37399 larry_mason@...
lpmlabs9 Send Email
Dec 1, 2003
3:46 pm
... Displaying and printing embedded SVG from Acrobat Reader works fine for me. A search for "pdf viewer" returned several different products. To which do you...
37400 robinmakinson Send Email Dec 1, 2003
3:58 pm
Hi, I just started using SVG and XSL and was hoping someone could help me out. I have an XML file and I want to use XSL to transform it to SVG, so I started...
37401 Thomas DeWeese
world_mage Send Email
Dec 1, 2003
4:36 pm
... I don't normally get into this sort of stuff, but I was very surprised to see these sorts of numbers put on the speed difference SharpVectorGraphics and...
37402 Olaf Schnabel
darkolaf77 Send Email
Dec 1, 2003
4:42 pm
hi robin until now browsers can only show xml as text (not as graphic). that means that your xsl-output to svg does not work (you should only see the svg...
37403 Rick Bullotta
RBullotta Send Email
Dec 1, 2003
4:48 pm
Excellent question! As we know with "benchmarks&quot;, ignore them all <g>. In our specific case, we implemented a prototype of our product with Batik and...
37404 svgdeveloper Send Email Dec 1, 2003
5:00 pm
The Mobiform SVG Browser and SVGViewPlus .NET component supports external linking to any image format supported by System.Graphics.Bitmap. This includes BMP,...
37405 Mathias FATENE
mfatene Send Email
Dec 1, 2003
5:07 pm
Hi, This means that your need something faster than an xml parser. Every method you use will first need to read data. To access a method like seek in an xml...
37406 brsbrs2 Send Email Dec 1, 2003
5:16 pm
... to ... fine for me. ... which do ... I am using Adobe Reader 6.0 /Brian Sørensen...
37407 Geraint Jones
llithfaen66 Send Email
Dec 1, 2003
5:23 pm
Hi, Does Adobe SVG Viewer 3 support the tref element with a link to an external file? I can't seem to get it to work other than to internal links. Cheers, ...
37408 larry_mason@...
lpmlabs9 Send Email
Dec 1, 2003
5:27 pm
I use Apache's FOP to embed SVG into a PDF document. The result displays and prints fine from a browser as well as when loaded from disk by the Acrobat Reader...
37409 Leonard Rosenthol
leonardr@... Send Email
Dec 1, 2003
6:12 pm
... FOP doesn't embed SVG into a PDF - it CONVERTS the SVG into PDF... Leonard -- ... Leonard Rosenthol...
37410 Thomas DeWeese
world_mage Send Email
Dec 1, 2003
6:23 pm
... Yes they are notoriously difficult to make sense of. All to often the comparisons are apples to Toyota's :) ... Yah, it helps. If this was early on, Batik...
37411 colors9204 Send Email Dec 1, 2003
6:47 pm
Hello, anyone has any example of using FOO to convert SVG to PDF? Is it difficult? Thanks. ... displays ... by the ... PDF... ... <http://www.lazerware.com>...
37412 robinmakinson Send Email Dec 1, 2003
6:52 pm
Hi Olaf, Thanks for the quick reply. Does that mean that the only output that current browsers can process and we can see is <xsl:output method="html"/>? Robin...
37413 larry_mason@...
lpmlabs9 Send Email
Dec 1, 2003
7:02 pm
... "Embedding instream-foreign-object" is how Apache refers to it. Larry...
37414 larry_mason@...
lpmlabs9 Send Email
Dec 1, 2003
7:12 pm
... Examples on the Apache site. Here is what I do in a JSP that receives some SVG from a browser and returns a PDF result. Allows me to create suitable ...
37415 Thomas DeWeese
world_mage Send Email
Dec 1, 2003
7:18 pm
... I take it you mean FOP? If so there are two routes to go. 1) Use FOP which means an FO document with embedded SVG for each page. 2) Use Batik (which uses...
37416 colors9204 Send Email Dec 1, 2003
7:37 pm
Thanks. Yeah, I meant FOP. How good is batik at this? Do they convert gradients and patterns? I heard that iText can also generate PDF, which one better? ...
37417 Thomas DeWeese
world_mage Send Email
Dec 1, 2003
7:48 pm
... It will convert some gradients and no patterns. It does do filters (by rasterizing - and this can be used as a 'hack' to get rasterized patterns and...
Messages 37387 - 37417 of 66120   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help