We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Rotated rectangles cannot be left aligned correctly, the misalignment is linked to the width difference.
To Reproduce Steps to reproduce the behavior:
Expected behavior Correct alignment
Screenshots
<mxGraphModel dx="1102" dy="702" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1654" pageHeight="1169" math="0" shadow="0"> <root> <mxCell id="0" /> <mxCell id="1" parent="0" /> <mxCell id="0hK1olwsp-wL4n4ZFEIl-3" value="" style="rounded=0;whiteSpace=wrap;html=1;rotation=270;" vertex="1" parent="1"> <mxGeometry x="230" y="240" width="120" height="60" as="geometry" /> </mxCell> <mxCell id="0hK1olwsp-wL4n4ZFEIl-4" value="" style="rounded=0;whiteSpace=wrap;html=1;rotation=270;" vertex="1" parent="1"> <mxGeometry x="230" y="435" width="210" height="60" as="geometry" /> </mxCell> </root> </mxGraphModel>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Preflight Checklist
Describe the bug
Rotated rectangles cannot be left aligned correctly, the misalignment is linked to the width difference.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Correct alignment
Screenshots
<mxGraphModel dx="1102" dy="702" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1654" pageHeight="1169" math="0" shadow="0"> <root> <mxCell id="0" /> <mxCell id="1" parent="0" /> <mxCell id="0hK1olwsp-wL4n4ZFEIl-3" value="" style="rounded=0;whiteSpace=wrap;html=1;rotation=270;" vertex="1" parent="1"> <mxGeometry x="230" y="240" width="120" height="60" as="geometry" /> </mxCell> <mxCell id="0hK1olwsp-wL4n4ZFEIl-4" value="" style="rounded=0;whiteSpace=wrap;html=1;rotation=270;" vertex="1" parent="1"> <mxGeometry x="230" y="435" width="210" height="60" as="geometry" /> </mxCell> </root> </mxGraphModel>
The text was updated successfully, but these errors were encountered: