Wed, 25 May 2022 18:29:49 +0300
move drawState to Document
6 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <svg xmlns="http://www.w3.org/2000/svg" width="1800" height="1100"> | |
3 | <rect width="1800" height="1100" fill="#fff"/> | |
4 | <rect width="1800" height="300" y="400" fill="#003580"/> | |
5 | <rect width="300" height="1100" x="500" fill="#003580"/> | |
6 | </svg> |