OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

office message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: proposal; new property to store cap-style.


In vector graphics it is common to set two properties to change the way a 
line is drawn.  One is the line join style, which is represented in ODF 
via the draw:stroke-linejoin and the other property is the cap style.
The latter is not represented and the KOffice drawing app has support for 
this feature in the old fileformat and requested support in ODF as well.

Can we add something like this:

<define name="style-graphic-properties-attlist" combine="interleave">
	<optional>
		<attribute name="draw:stroke-linecap">
			<choice>
				<value>butt</value>
				<value>square</value>
				<value>round</value>
				<value>inherit</value>
			</choice>
		</attribute>
	</optional>
</define>

The 'butt' should be default, should the attribute not be given, I'm not 
sure if I can do that in the xml above.
ps. this follows the svg option SVG CAP STYLE

thanks.
-- 
Thomas Zander

PGP signature



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]