Skip to content

changrui/svg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example:

result

module main

import svg

fn main() {

mut s := svg.new_svg(800, 600)

f := [3.0, 1, 5, 9, 13, 31, 16, 38, 51, 27, 100, 29, 60]
s.trend(f, 'Coxxx Trends from OHW.', 'Date', 'Amount', 'red')
s.write_file('trend.svg')

println('view trend.svg ...')

}

About

A basic implement for SVG image format by V.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published