View Issue Details

IDProjectCategoryView StatusLast Update
0003633NoesisGUIStudiopublic2024-08-14 18:53
Reporterfllorens Assigned Tojsantos  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product VersionStudio_Alpha 
Target VersionStudio_Path 
Summary0003633: Weird bulge using CornerRadius
Description

Using CornerRadius is creating a weird bulge in the bottom-left corner of the elements.

It's probably related to 0003598

Attached Files
CornerRadius.jpg (18,061 bytes)   
CornerRadius.jpg (18,061 bytes)   
CornerRadius.xaml (582 bytes)   
<Page
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  mc:Ignorable="d"
  d:DesignWidth="1920"
  d:DesignHeight="1080"
  Background="#FF4D5052">
  <Grid>
    <Rectangle Fill="#FFF4F4F5" Stroke="#FF000000" Height="391" Margin="0,0,196.018,68.41" Width="655" HorizontalAlignment="Center" VerticalAlignment="Center" RadiusX="236.51306" RadiusY="195.5"/>
  </Grid>
</Page>
CornerRadius.xaml (582 bytes)   
PlatformAny

Activities

Issue History

Date Modified Username Field Change
2024-08-14 18:25 fllorens New Issue
2024-08-14 18:25 fllorens File Added: CornerRadius.jpg
2024-08-14 18:25 fllorens File Added: CornerRadius.xaml
2024-08-14 18:52 jsantos Assigned To => jsantos
2024-08-14 18:52 jsantos Status new => assigned
2024-08-14 18:53 jsantos Target Version => Studio_Path
2024-08-14 18:53 jsantos Status assigned => resolved
2024-08-14 18:53 jsantos Resolution open => fixed