mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-03 05:09:28 +00:00
e2a22b2b29
- Erstellung von Lehraufträgen - xslfo2pdf
21 lines
1002 B
XML
21 lines
1002 B
XML
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" >
|
|
<fo:layout-master-set>
|
|
<fo:simple-page-master master-name="simple">
|
|
<fo:region-body/>
|
|
</fo:simple-page-master>
|
|
</fo:layout-master-set>
|
|
<fo:page-sequence master-reference="simple">
|
|
<fo:flow flow-name="xsl-region-body">
|
|
<fo:block>
|
|
<fo:instream-foreign-object>
|
|
<svg:svg width="100pt" height="100pt" xmlns:svg="http://www.w3.org/2000/svg" >
|
|
<svg:circle cx="50pt" cy="50pt" r="30pt" style="fill:blue;"/>
|
|
</svg:svg>
|
|
<svg:svg width="100pt" height="100pt" xmlns:svg="http://www.w3.org/2000/svg" >
|
|
<svg:circle cx="50pt" cy="50pt" r="30pt" style="fill:green;"/>
|
|
</svg:svg>
|
|
</fo:instream-foreign-object>
|
|
</fo:block>
|
|
</fo:flow>
|
|
</fo:page-sequence>
|
|
</fo:root> |