Target Decorator issue

Hello, when i  use thickness 3 or higher i get arrow misplaced



<!-- Style for the Connector -->

                <Style TargetType="syncfusion:Connector">

                    <Setter Property="ConnectorGeometryStyle">

                        <Setter.Value>

                            <Style TargetType="Path">

                                <Setter Property="Stroke" Value="#6BA5D7" />

                                <Setter Property="StrokeThickness" Value="4" />

                            </Style>

                        </Setter.Value>

                    </Setter>

                    <Setter Property="TargetDecorator" Value="{StaticResource Closed90}"/>


                    <Setter Property="TargetDecoratorStyle">

                        <Setter.Value>

                            <Style TargetType="Path">

                                <Setter Property="Fill" Value="#6BA5D7" />

                                <Setter Property="StrokeThickness" Value="4" />

                                <Setter Property="Stroke" Value="#6BA5D7"/>

                                <Setter Property="Stretch" Value="Fill"/>

                                <Setter Property="StrokeLineJoin" Value="Round"/>

                                <Setter Property="StrokeStartLineCap" Value="Round"/>

                                <Setter Property="StrokeEndLineCap" Value="Round"/>

                                <Setter Property="StrokeDashCap" Value="Round"/>

                            </Style>

                        </Setter.Value>

                    </Setter>

                </Style>


Attachment: 20211017_103553_a6d3b364.zip

3 Replies 1 reply marked as answer

KR Karkuvel Rajan Shanmugavel Syncfusion Team October 18, 2021 11:22 AM UTC

Hi Anton, 
 
Thanks for using Syncfusion products. 
 
Reported Issue: TargetDecorator not placed properly when we increase the StrokeThickness. 
 
We are able to reproduce the reported issue. We will update you with more details on 20th October, 2021. 
 
Regards, 
Karkuvel Rajan S 


Marked as answer

KR Karkuvel Rajan Shanmugavel Syncfusion Team October 20, 2021 04:35 PM UTC

Hi Anton, 
 
Reported Issue: TargetDecorator not placed properly when we increase the StrokeThickness.  
  
We are able to reproduce the reported issue with the provided details. We will fix this issue and provide you the patch on 10th November, 2021. If we fix this issue before then we will include the fix in any of our weekly nuget release.  
 
Sorry for the inconvenience caused. 
 
Due to some technical errors in our side we couldn’t able to provide you the feedback link. Once the issue resolved in our end we will provide you the feedback link to follow the status of the reported issue.  
  
Regards, 
Karkuvel Rajan S 



KR Karkuvel Rajan Shanmugavel Syncfusion Team October 26, 2021 02:56 PM UTC

Hi Anton, 
 
Reported Issue: TargetDecorator not placed properly when we increase the StrokeThickness.   
 
We are glad to announce that our weekly package is released successfully. We have included the fix for the reported issue in this weekly release. Please upgrade to our latest version(19.3.0.47).   
  
 
Regards, 
Karkuvel Rajan S 


Loader.
Up arrow icon