No vector cut found

drawing

k40 whisperer will not see the red for cutting no matter what I do. There is no fill and the stroke is set to Red 255 0 0 I have no idea what I am doing wrong.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="6in" height="4in" viewBox="0 0 152.4 101.6" version="1.1" id="svg8" inkscape:version="0.92.0 r15299" sodipodi:docname="drawing.svg">
  <defs id="defs2"/>
  
  
  <g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" transform="translate(0,-195.39997)">
    
  </g>
</svg>

There is only a group of nothingness in that file. It’s a 4" by 6" picture of a polar bear in a snowstorm. :wink:

Maybe I uploaded it wrong, when I look at it in notepad I see a lot more information than what you have pasted.

It’s intended that uploading works, but to make it clear, I suggest you paste in as text what you see in notepad. Here’s how to do it.

  • Start with a line with three single back quote characters on one line followed by xml
  • On the next line paste in the whole contents from note page (select all in notepad, then paste here)
  • Finish with another three single back quote characters

It will look like this:

```xml
paste the contents here
```