Skip to content
/ svgc Public

svgc is a tool that allows operations and variables in SVG files

License

Notifications You must be signed in to change notification settings

ByteApps/svgc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svgc

svgc is a tool that allows operations and variables in SVG files

svgc will scan the input and do the operations inside the the identifiers: <!--- --->

Examples:

A few simple operations:

<!--- 1+1 ---> Will be replaced by 2

<!--- 5 * 5 ---> Will be replaced by 25

It can also handle complicated operations:

<!--- ((5 * 5) * 5 * 5) + 1---> will be replaced by 626

It can also handle variables:

stores the value of 10 in y stores the value of 20 in y Will be replaced by 20

Other uses:

This tool can be also used in any file that follows the <!--- ---> identifier.

About

svgc is a tool that allows operations and variables in SVG files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published