Skip to main content
September 15, 2020
Question

BUG: Border of polygon(Y) not exported to svg!

  • September 15, 2020
  • 2 replies
  • 779 views

Border works for:

Rectangle(R)

Elipse(E)

 

But not for:

Polygon(Y)

 

Is this a known ISSUE already?

    This topic has been closed for replies.

    2 replies

    October 10, 2020

    I still have this issue.

     

    Am I the only one or can someone reproduce the issue on another windows machine?

     

    Ares Hovhannesyan
    Community Expert
    Community Expert
    October 10, 2020

    I am on Win10. Borders are visible in Opera, Chrome and Microsoft Explorer. Can you share your SVG code from Browser?

     

    October 11, 2020

    When I export to svg there is no stroke for polygon.

    As a workaround I will use Pen (P) instead. Polygon(Y) seems also to be limited to triangles only.

     

    Vishu_Aggarwal
    Participating Frequently
    September 15, 2020

    In the code it show the stroke to none but it should be visble in the web browsers. Polygon with border exports in svg to two paths - one for the fill shape and another for the border. I think thats the way Adobe XD team coded to export the polygon.

    Vishu AggarwalAdobe Certified Instructor, Professional and Expert
    September 16, 2020

    The border is not displayed because the exported path for the border is missing a fill.

    It should be like this:

     

    Vishu_Aggarwal
    Participating Frequently
    September 17, 2020

    For me, it's working fine.

     

    I have used XD version 33.0.12.8 on macOS 10.15.6 and Google Chrome to preview the SVG.

    Vishu AggarwalAdobe Certified Instructor, Professional and Expert