Yup. Upload the SVG (you have to remove the exclamation mark in the markup so that it shows as an attachment, not an image).
I’ll open it in Ruby on my PC
I’ve attached the image below. What is it you are looking for? Is there a tool or some such that I can analyse or look inside the file format to see what is happening? I’m happy to do some reading
Ok, I’ve been doing some reading (really interesting!). I didn’t realise that svg is just an xml file.
I seem to have three different styles defined. I suspect I only want one (red stroke with a stroke width of 0.25px). Does that sound like I’m on the right track?
Curious about: how Ruby uses the classes and (possibly) ignores one/some?
I noticed the second red colour when I was looking at the classes. I have just one class now (with {stroke:red}).
Your answer just made me realised I can use the developer tools in Chrome to see which paths in the source render which parts in the image. Thank-you very much!
You can also click on the individual parts (e.g. Path (ref.) and it will select that part in the main workspace.
I have updated the Ruby manual to explain how to modify the Inkscape colour palette so that it only shows the valid Trotec colours. If you are using Illustrator, there is probably an equivalent.
Just to be explicit, you can check the box next to 0/5 and then select the proper red from the palette. Decent workflow to fix those issues directly in Ruby!