From cda6dabf603266372ac6ad643ed0dc42c99e97ce Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Tue, 23 Feb 2021 02:05:43 -0600 Subject: [PATCH] f --- src/pixie/fileformats/svg.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pixie/fileformats/svg.nim b/src/pixie/fileformats/svg.nim index 8d52d82..b79d4f3 100644 --- a/src/pixie/fileformats/svg.nim +++ b/src/pixie/fileformats/svg.nim @@ -1,4 +1,4 @@ -## Load and Save SVG files. +## Load SVG files. import chroma, pixie/common, pixie/images, pixie/paths, strutils, vmath, xmlparser, xmltree