]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/svg/svg.factor
factor: trim using lists
[factor.git] / extra / svg / svg.factor
index f162709a7c419d3d52546683ac24ff5d4ffa469a..3dfbc243e140b949712b3e0472f3ee303c486459 100644 (file)
@@ -1,6 +1,6 @@
 ! (c)2009 Joe Groff, see BSD license
 
-USING: accessors arrays assocs fry kernel math
+USING: accessors arrays assocs kernel math
 math.affine-transforms math.functions math.parser math.trig
 peg.ebnf sequences sequences.squish splitting strings xml.data
 xml.syntax multiline ;