put URLs into \urlref commands

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-02-14 11:16:41 +00:00
parent df707c27b3
commit 9bcb12e716

View File

@@ -1,21 +1,21 @@
\section{\class{wxSVGFileDC}}\label{wxsvgfiledc} \section{\class{wxSVGFileDC}}\label{wxsvgfiledc}
A wxSVGFileDC is a {\it device context} onto which graphics and text can be drawn, and the output A wxSVGFileDC is a {\it device context} onto which graphics and text can be drawn, and the output
produced as a vector file, in the SVG format (see http://www.w3.org/TR/2001/REC-SVG-20010904/ ). produced as a vector file, in the SVG format
This format can be read by a range of programs, including a Netscape plugin (Adobe), full details at (see \urlref{W3C specifications}{http://www.w3.org/TR/2001/REC-SVG-20010904/}).
http://www.w3.org/Graphics/SVG/SVG-Implementations.htm8 Vector formats may often be smaller This format can be read by a range of programs, including a Netscape plugin (Adobe), full details
than raster formats. in the \urlref{SVG Implementation and Resource Directory}{http://www.svgi.org}.
Vector formats may often be smaller than raster formats.
The intention behind wxSVGFileDC is that it can be used to produce a file corresponding The intention behind wxSVGFileDC is that it can be used to produce a file corresponding
to the screen display context, wxSVGFileDC, by passing the wxSVGFileDC as a parameter instead of a wxSVGFileDC. Thus to the screen display context, wxSVGFileDC, by passing the wxSVGFileDC as a parameter instead of a wxSVGFileDC. Thus the wxSVGFileDC is a write-only class.
the wxSVGFileDC is a write-only class.
As the wxSVGFileDC is a vector format, raster operations like GetPixel are unlikely to be supported. As the wxSVGFileDC is a vector format, raster operations like GetPixel are unlikely to be supported.
However, the SVG specification allows for PNG format raster files to be embedded in the SVG, and so However, the SVG specification allows for PNG format raster files to be embedded in the SVG, and so
bitmaps, icons and blit operations into the wxSVGFileDC are supported. bitmaps, icons and blit operations into the wxSVGFileDC are supported.
A more substantial SVG library (for reading and writing) is available at A more substantial SVG library (for reading and writing) is available at the
http://wxart2d.sourceforge.net/ \urlref{wxArt2D website}{http://wxart2d.sourceforge.net/}.
\wxheading{Derived from} \wxheading{Derived from}