Tag Definition: ellipse
Generated by rlextra version 3.6.13
Attributes
Name |
Required? |
Default_Value |
Values |
fill |
implied |
None |
|
height |
required |
None |
|
stroke |
implied |
None |
|
width |
required |
None |
|
x |
required |
None |
|
y |
required |
None |
|
Can contain |
Purpose
This lets you draw a geometric shape that looks like a stretched circle or a flattened oval.
Check out our docs page on this.
Example usage
<story>
<illustration height="300" width="300">
<ellipse x="50" y="100" width="50" height="30"/>
</illustration>
</story>
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> ➔ <story> ➔ <illustration> ➔ <ellipse>