Bug Data
ID: |
#0111 |
Status: |
Fixed |
Severity: |
Normal |
Reporter: |
Rob Krueger
|
Submitted: |
16-07-09 12:23 |
|
Product Data
Product: |
|
Ample SDK |
Component: |
|
SVG 1.1 |
Version: |
|
0.8.x |
OS: |
|
> Any |
Browser: |
|
Internet Explorer 6.0 |
|
|
Description
Default units should be assumed px |
|
This:
<svg:rect x="100" y="100" height="100" width="100" stroke="silver" stroke-width="50" fill="none"/>
Should render like:
<svg:rect x="100" y="100" height="100" width="100" stroke="silver" stroke-width="50px" fill="none"/> |
|
|
Messages written for this bug
No messages has been appended yet. |
|
Add a message
|