SVG-Edit / svgedit

Powerful SVG-Editor for your browser
MIT License
6.33k stars 1.52k forks source link

Line not visible in web editor? #950

Open davidleejy opened 5 months ago

davidleejy commented 5 months ago

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)

Desktop (please complete the following information):

jfhenon commented 5 months ago

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?

cuixiping commented 5 months ago

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