mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-25 01:12:16 +00:00
Added printing requirements
This commit is contained in:
35
z3c/rml/tests/input/rml-guide-example-08.rml
Normal file
35
z3c/rml/tests/input/rml-guide-example-08.rml
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1" standalone="no" ?>
|
||||
<!DOCTYPE document SYSTEM "rml.dtd">
|
||||
<document filename="example_7b.pdf">
|
||||
|
||||
<stylesheet>
|
||||
</stylesheet>
|
||||
|
||||
<pageDrawing>
|
||||
<fill color="red" />
|
||||
<stroke color="black" />
|
||||
<path x="247" y="72" fill="yes" stroke="yes" close="yes">
|
||||
247 172
|
||||
147 172
|
||||
147 272
|
||||
247 272
|
||||
247 372
|
||||
347 372
|
||||
347 372
|
||||
347 272
|
||||
447 272
|
||||
447 172
|
||||
347 172
|
||||
347 72
|
||||
<moveto>
|
||||
267 572
|
||||
</moveto>
|
||||
277 612
|
||||
<curvesto>
|
||||
147 585 147 687 297 792
|
||||
447 687 447 585 317 612
|
||||
</curvesto>
|
||||
327 572
|
||||
</path>
|
||||
</pageDrawing>
|
||||
</document>
|
||||
Reference in New Issue
Block a user