Tag Definition: curves
Generated by rlextra version 3.6.13
Attributes
Name |
Required? |
Default_Value |
Values |
Can contain |
Purpose
This lets you define 4 pairs of coordinates to define a curve. This is then be used to define a bezier curve as seen in the docs
Example usage
<pageGraphics>
<curves>
198 560
198 280
396 280
396 560
</curves>
</pageGraphics>
Note: Only relevant sections are used in this snippet. Some tags were not included. See some of our samples for further insight of how you may go about setting up a full document using rml.
Example of nesting path from the parent tags to the current tag
<document> ➔ <template> ➔ <pageTemplate> ➔ <pageGraphics> ➔ <curves>