|
|
Reporter | sfernandez | Assigned To | sfernandez | |
---|
Priority | normal | Severity | minor | Reproducibility | always |
---|
Status | resolved | Resolution | fixed | |
---|
Product Version | 3.1.2 | |
---|
Target Version | 3.1.3 | Fixed in Version | 3.1.3 | |
---|
|
|
Summary | 0002236: Incorrect Rectangle geometry when only setting one of RadiusX or RadiusY |
---|
Description | The following xaml should render a simple Rectangle because only RadiusX is set, but it renders a skewed rectangle instead. |
---|
Steps To Reproduce | <Grid
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Rectangle Width="200" Height="200" Fill="Red" RadiusX="20"/>
</Grid> |
---|
Tags | No tags attached. |
---|
|
|
Platform | Any |
---|
|
|