Blog  |   Sitemap  |   Search  |   Language:  eng рус
Home
JavaScript UI FrameworkBug TrackerBug details

Bug Data

ID: #0078
Status: Fixed
Severity: Normal
Reporter: Rob Krueger
Submitted: 24-03-09 15:50

Product Data

Product: Ample SDK
Component: SVG 1.1
Version: 0.8.x
OS: > Any
Browser: > Internet Explorer 8.0

Description

rect doesn't get rounded corners when only one of the two rx or ry specified

<svg:svg viewBox="0,0 200,200" height="200px" width="200px" xmlns:svg="http://www.w3.org/2000/svg">
<svg:rect x="50" y="50" rx="10" width="50" height="50" transform="scale(1)" fill="red" opacity="1" stroke="black" stroke-width="1">
<smil:animate begin="click" dur="1s" from="scale(1)" to="scale(0.5)" attributeName="transform" />
</svg:rect>
</svg:svg>

Messages written for this bug

No messages has been appended yet.

Add a message
BugTracker