Repository URL to install this package:
|
Version:
0.14.0 ▾
|
tksvg
/
pkgIndex.tcl
|
|---|
#
# Tcl package index file
#
# On Tk 8.7 and higher, do a no-op load, as svg support is buildin.
# As Tk may be loaded as a package, do the test on package require.
# Note, that multiple Tk packages with different versions may be available.
# The right Tk should be loaded before package require tksvg anyway.
package ifneeded tksvg 0.14 \
"if {\[package vcompare 8.7a0 \[package require Tk\]\] == 1} {
[list load [file join $dir libtksvg.so] [string totitle tksvg]]
} else {
package provide tksvg 0.14
}"