Actions
Bug #838
closedInlineSVG and absolute positioning
Start date:
05/26/2011
Due date:
% Done:
0%
Estimated time:
Description
Absolute positioning and SVG seems to have a bug with small heights.
In the testcase both rects are positioned at (0,0) but the smaller one
is not drawn at (0,0).
Please see attached test case.
Files
Updated by Max Quatember over 13 years ago
Hi!
Just upgraded to latest git and it seems that the bug has nothing to do with SVG-rendering.
I attached a new testcase and a screenshot of what I'm seeing.
Best regards,
Max
Updated by Wim Dumon over 13 years ago
Another HTML4 transitional/HTML5 CSS difference.
Apply the following CSS style to the canvas in order to fix this: display:block;
Updated by Koen Deforche over 13 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
Hey Max,
I've implemented Wim's solution in the source.
Regards,
koen
Updated by Max Quatember over 13 years ago
Hi Koen!
Thank you! I will test latest git as soon as possible.
Best regards,
Max
Updated by Koen Deforche over 13 years ago
- Status changed from Resolved to Closed
Actions