Artifact 92e091f75df1a6c7228f27d0fb013f7fcb620bc4:
- File canvas-draw/canvas-draw-svg.scm — part of check-in [b465d05d14] at 2013-05-11 16:59:59 on branch trunk — Updated iup and added canvas-draw (user: matt, size: 262) [annotate] [blame] [check-ins using]
;; -*- mode: Scheme; tab-width: 2; -*- ;; ;; {{{ Data types (foreign-declare "#include <cd.h>\n" "#include <cdsvg.h>\n") (include "canvas-draw-types.scm") ;; }}} ;; {{{ Context types (define context:svg (foreign-value "CD_SVG" nonnull-context)) ;; }}}