View Issue Details

IDProjectCategoryView StatusLast Update
0004711NoesisGUIStudiopublic2026-02-18 01:15
ReporterRafael Munoz Assigned Tojsantos  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product VersionStudio_Beta 
Fixed in Version3.2.11 
Summary0004711: Path cap end not applied when trimming the path
Description

Repro path:

  • Create a path shape ( it allso reproduces with primitives )
  • Set a high thickness to observe the stroke
  • Apply a path Trim Start
  • Ensure both Start and End line caps are set to round

Expected:

  • Both line ends are round

Actual:

  • Only the begin end is round

Studio Version: v0.1.262-beta

Attached Files
PlatformAny

Relationships

related to 0004646 resolvedjsantos Difference between WPF and Studio on Rect rendering with Auto size 

Activities

Rafael Munoz

Rafael Munoz

2026-01-19 14:18

reporter   ~0011703

Last edited: 2026-02-16 21:14

<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>
    <Path Data="M300.5,0.5 1619.5,0.5A300,300 0 011919.5,300.5L1919.5,779.5A300,300 0 011619.5,1079.5L300.5,1079.5A300,300 0 010.5,779.5L0.5,300.5A300,300 0 01300.5,0.5z" Stretch="Fill" Stroke="#FF000000" Fill="#FFF4F4F5" Height="1080" HorizontalAlignment="Center" VerticalAlignment="Center" Width="1920" StrokeThickness="20" TrimStart="0.051" StrokeStartLineCap="Round" StrokeEndLineCap="Round"/>
  </Grid>
</Page>

Issue History

Date Modified Username Field Change
2026-01-19 11:58 Rafael Munoz New Issue
2026-01-19 11:58 Rafael Munoz File Added: EndLineCapNotAppliedWhenTrimming.png
2026-01-19 14:18 Rafael Munoz Note Added: 0011703
2026-02-16 21:14 jsantos Note Edited: 0011703
2026-02-16 21:15 jsantos Assigned To => jsantos
2026-02-16 21:15 jsantos Status new => assigned
2026-02-16 21:22 jsantos Relationship added related to 0004646
2026-02-18 01:15 jsantos Status assigned => resolved
2026-02-18 01:15 jsantos Resolution open => fixed
2026-02-18 01:15 jsantos Fixed in Version => 3.2.11