Closed
Bug 539438
Opened 16 years ago
Closed 16 years ago
SVG path is positioned in a wrong way when length exceeds 32768
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: prekgeo, Unassigned)
Details
Attachments
(1 file)
|
1.44 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)
When you have an SVG path with length >= 32768, the path is almost (but not exactly) horizontal and the path extends to the left of the user screen, then the path appears shifted up or down depending on the angle.
Reproducible: Always
Steps to Reproduce:
1. Open test case HTML file.
2. The blue box has 1 path with length 32767 and is OK.
3. The red box has 1 path with length 32768 and fails.
Actual Results:
In the red box the path is shifted upwards.
Expected Results:
Both boxes should look the same.
| Reporter | ||
Comment 1•16 years ago
|
||
Comment 2•16 years ago
|
||
Works fine on the trunk (although it is broken on 3.5 as you say). You might want to test the upcoming 3.6
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•