8000 GitHub - tcltk-depot/tksvg: An extension for Tk to read SVG images based on nanosvg
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tcltk-depot/tksvg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
< 8000 div data-testid="latest-commit-details" class="d-none d-sm-flex flex-items-center">

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

Note: this package is not required for Tk 8.7, as this functionality is included in the core. The package index file simulates a load on this version but actually does nothing.

About

An extension for Tk to read SVG images based on nanosvg

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0