|
|
|
|
Re: Rotated text can not be saved? [message #869126 is a reply to message #865057] |
Wed, 02 May 2012 21:21  |
Eclipse User |
|
|
|
Many thanks to your help, below are the shape code from my diagram and steps to reproduce it:
<!--Step1: Before rotate text, the location of text is correct /-->
<children visible="true" active="true">
<graphicsAlgorithm xsi:type="al:Rectangle" lineWidth="1" transparency="0.0" width="59" height="22" x="262" y="42" style="/0/@styles.4">
<graphicsAlgorithmChildren xsi:type="al:Text" lineWidth="1" transparency="0.0" width="59" height="22" style="/0/@styles.4" horizontalAlignment="ALIGNMENT_CENTER" value="SK_NW"/>
</graphicsAlgorithm>
<link businessObjects="/6"/>
<anchors xsi:type="pi:ChopboxAnchor"/>
</children>
<!--Step2: After rotate text, the location of text is not correct /-->
<children visible="true" active="true">
<graphicsAlgorithm xsi:type="al:Rectangle" lineWidth="1" transparency="0.0" width="22" height="59" x="262" y="42" style="/0/@styles.4">
<graphicsAlgorithmChildren xsi:type="al:Text" lineWidth="1" transparency="0.0" width="22" height="59" style="/0/@styles.4" horizontalAlignment="ALIGNMENT_CENTER" angle="90" value="SK_NW"/>
</graphicsAlgorithm>
<link businessObjects="/6"/>
<anchors xsi:type="pi:ChopboxAnchor"/>
</children>
<!--Step3: Since the location of text is not correct, we change the location of the text, switch the width and height of it(the adjusted location I currently can not supply) /-->
<children visible="true" active="true">
<graphicsAlgorithm xsi:type="al:Rectangle" lineWidth="1" transparency="0.0" width="22" height="59" x="262" y="42" style="/0/@styles.4">
<graphicsAlgorithmChildren xsi:type="al:Text" lineWidth="1" transparency="0.0" width="59" height="22" style="/0/@styles.4" horizontalAlignment="ALIGNMENT_CENTER" angle="90" value="SK_NW"/>
</graphicsAlgorithm>
<link businessObjects="/6"/>
<anchors xsi:type="pi:ChopboxAnchor"/>
</children>
<!--Step4: Save and re-open it /-->
|
|
|
Powered by
FUDForum. Page generated in 0.05493 seconds