1,633
edits
(→Image) |
mNo edit summary |
||
Line 4: | Line 4: | ||
= Root Element = | = Root Element = | ||
Each signature is required to have a root element, <signature> in this case. The root tag accepts the attribute quality. It set's the quality when output as JPEG is selected. It may be set to anything between 0 - 100, default 90. | Each signature is required to have a root element, <signature> in this case. The root tag accepts the attribute quality. It set's the quality when output as JPEG is selected. It may be set to anything between <tt>0 - 100</tt>, default <tt>90</tt>. | ||
'''Example''' | '''Example''' | ||
Line 67: | Line 67: | ||
| size || Sets the shape's size. || ''width''x''height'' || 10x10 | | size || Sets the shape's size. || ''width''x''height'' || 10x10 | ||
|- | |- | ||
| color || Sets the shape's | | color || Sets the shape's colour. || ''#<hex>'' or ''R, G, B'' || #000000 | ||
|- | |- | ||
| alpha || Sets the shape's opacity. Doesn't work very well with ellipses || ''1-100'' || 100 | | alpha || Sets the shape's opacity. Doesn't work very well with ellipses || ''1-100'' || 100 | ||
Line 90: | Line 90: | ||
| size || Sets the text's size. || ''width''x''height'' || 10x10 | | size || Sets the text's size. || ''width''x''height'' || 10x10 | ||
|- | |- | ||
| color || Sets the text's | | color || Sets the text's colour. || ''#<hex>'' or ''R, G, B'' || #000000 | ||
|- | |- | ||
| alpha || Sets the text's opacity. || ''1-100'' || 100 | | alpha || Sets the text's opacity. || ''1-100'' || 100 |
edits