blob: 3873cb8bea25afacd50ed5e3ce7082d558ccb722 [file] [log] [blame]
--- content/fop/0.95/graphics.mdtext (revision 1783188)
+++ content/fop/0.95/graphics.mdtext (working copy)
@@ -126,7 +126,7 @@
#### Introduction { #svg-intro}
FOP uses [Apache Batik](#batik) for SVG support. This format can be handled as an `fo:instream-foreign-object` or in a separate file referenced with `fo:external-graphic`.
-Batik's SVG Rasterizer utility may also be used to convert standalone SVG documents into PDF. For more information please see the [SVG Rasterizer documentation](http://xmlgraphics.apache.org/batik/svgrasterizer.html) on the Batik site.
+Batik's SVG Rasterizer utility may also be used to convert standalone SVG documents into PDF. For more information please see the [SVG Rasterizer documentation](https://xmlgraphics.apache.org/batik/svgrasterizer.html) on the Batik site.
#### Placing SVG Graphics into PDF { #svg-pdf-graphics}
The SVG is rendered into PDF by using PDF commands to draw and fill lines and curves. This means that the graphical objects created with this remain as vector graphics. The same applies to PostScript output. For other output formats the SVG graphic may be converted to a bitmap image.