Re: [svgwg] Develop a new standard for describing "layers" in SVG authoring tools (#68)

@jarek-foksa [wrote](https://github.com/w3c/svgwg/issues/68#issuecomment-196253175):

> Below is the output I got from various vector graphics editors after exporting a document with two layers to SVG.

Adding **CorelDraw** to that list:
```xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
 <g id="Layer_x0020_1"><metadata id="CorelCorpID_0Corel-Layer"/></g>
 <g id="Layer_x0020_2"><metadata id="CorelCorpID_1Corel-Layer"/></g>
</svg>
```

-- 
GitHub Notification of comment by speleo3
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/68#issuecomment-636515624 using your GitHub account

Received on Sunday, 31 May 2020 19:18:00 UTC