Files in jni/tksvg/ of tip
Not logged in

Files in directory jni/tksvg from the latest check-in

  • generic
  • tclconfig
  • win
  • aclocal.m4
  • Android.mk
  • configure
  • configure.in
  • Makefile.in
  • orb.svg
  • pkgIndex.tcl.in
  • README.md

tksvg

This package adds support to read the SVG image format from Tk. The actual code to parse and raster the SVG comes from nanosvg.

Example usage:

package require tksvg
set img [image create photo -file orb.svg]
pack [label .l -image $img]