svgedit icon indicating copy to clipboard operation
svgedit copied to clipboard

Line not visible in web editor?

Open davidleejy opened this issue 1 year ago • 2 comments

Describe the bug

Can't get lines to become visible in the SVG-Edit web app. See screenshot:

Screenshot 2024-02-02 at 4 13 31 PM

The line (contained within the selected object demarcated by perforated blue boundary rectangle) is supposed to show up as a red line, but i somehow can't seem to get it to.

In contrast, the red rectangle shows up fine.

SVG-Edit environment (IMPORTANT)

  • File for SVG-Edit: [e.g., svg-editor.html, svg-editor-es.html, embedapi.html]
  • Version: [e.g. 3.0.0]
  • Protocol: [e.g., http, https, file]

Desktop (please complete the following information):

  • OS: MacOS
  • Browser Firefox
  • Version 122.0

davidleejy avatar Feb 02 '24 08:02 davidleejy

You svg seems to have strange values for attributes: "stroke=5000" and other values to "null". Did you make this svg with svg-edit? If yes, can you describe the steps?

jfhenon avatar Feb 02 '24 11:02 jfhenon

5000 is not a valid color value. Use #500, #5000, #550000 instead.

cuixiping avatar Feb 03 '24 04:02 cuixiping