[SOLVED] PathGeometry Not Rendering Correctly in JS and Simulator (OK in Design Mode)

Please report bugs here. If you are unsure whether something is a bug or an expected behavior, please post it on the "Technical Support" forum instead, and wait for a moderator to handle/move the post.
TaterJuice
Posts: 147
Joined: Thu Mar 16, 2017 5:40 am
Contact:

[SOLVED] PathGeometry Not Rendering Correctly in JS and Simulator (OK in Design Mode)

Postby TaterJuice » Tue Oct 03, 2017 10:02 am

Displays correct in Design - Incorrect in Simulator and in Browser

Code: Select all

<Grid
   HorizontalAlignment="Stretch"
   VerticalAlignment="Stretch"
   Margin="0,30,0,0">
   <Canvas
      x:Name="Arc1"
      HorizontalAlignment="Center"
      VerticalAlignment="Top">
      <Path Name="Circle" Stroke="Red" StrokeThickness="5">
         <Path.Data>
            <PathGeometry>
               <PathFigure StartPoint="0,-20">
                  <ArcSegment IsLargeArc="True"
                     Size="50, 50"
                     Point="0, 120"
                     SweepDirection="Clockwise" />
               </PathFigure>
            </PathGeometry>
         </Path.Data>
      </Path>
   </Canvas>
   <Canvas
      x:Name="Arc2"
      HorizontalAlignment="Center"
      VerticalAlignment="Top">
      <Path Name="Circle2" Stroke="Green" StrokeThickness="4">
         <Path.Data>
            <PathGeometry>
               <PathFigure StartPoint="0,-25">
                  <ArcSegment IsLargeArc="True"
                     Size="50, 50"
                     Point="0, 125"
                     SweepDirection="Counterclockwise" />
               </PathFigure>
            </PathGeometry>
         </Path.Data>
      </Path>
   </Canvas>
</Grid>

Sample Screenshot: http://image.ibb.co/e7Ap6G/semicircles.png
Image

JS-Support @Userware
Site Admin
Posts: 1142
Joined: Tue Apr 08, 2014 3:42 pm

Re: PathGeometry Not Rendering Correctly in JS and Simulator (OK in Design Mode)

Postby JS-Support @Userware » Wed Oct 11, 2017 2:01 am

Hi,

Thanks for reporting this issue.

We are going to fix it asap.

Regards,
JS-Support

TaterJuice
Posts: 147
Joined: Thu Mar 16, 2017 5:40 am
Contact:

Re: PathGeometry Not Rendering Correctly in JS and Simulator (OK in Design Mode)

Postby TaterJuice » Wed Oct 11, 2017 2:44 pm

JS-Support wrote:Hi,

Thanks for reporting this issue.

We are going to fix it asap.

Regards,
JS-Support


Looking forward to it, thank you!

JS-Support @Userware
Site Admin
Posts: 1142
Joined: Tue Apr 08, 2014 3:42 pm

Re: PathGeometry Not Rendering Correctly in JS and Simulator (OK in Design Mode)

Postby JS-Support @Userware » Tue Nov 14, 2017 4:40 am

Hi,

We have fixed the issue in Beta 12.6, which will be released in a few days.

Thanks.
Regards,
JS-Support

TaterJuice
Posts: 147
Joined: Thu Mar 16, 2017 5:40 am
Contact:

Re: PathGeometry Not Rendering Correctly in JS and Simulator (OK in Design Mode)

Postby TaterJuice » Wed Nov 15, 2017 8:08 am

JS-Support wrote:Hi,

We have fixed the issue in Beta 12.6, which will be released in a few days.

Thanks.
Regards,
JS-Support


Yayyyy! Looking forward to it.


Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 1 guest