Go to file
2016-01-07 21:50:54 +01:00
esvg [DEBUG] missing condition build in release 2016-01-07 21:50:54 +01:00
test [DEV] add basic arc 2016-01-06 23:02:48 +01:00
tools [DEV] add tool to convert svg in bmp 2015-12-30 21:15:06 +01:00
.gitignore [DEV] update 'lutin' build system 2013-04-21 22:24:50 +02:00
.travis.yml [CI] reduce log level 2015-12-03 21:21:42 +01:00
license.txt [LICENCE] change BSD to Apache 2.0 2014-08-08 23:33:43 +02:00
lutin_esvg-convert.py [DEV] add tool to convert svg in bmp 2015-12-30 21:15:06 +01:00
lutin_esvg-test.py [DEV] add dimention and linear gradient parsing 2015-12-04 23:06:38 +01:00
lutin_esvg.py [DEV] update dev tag version 2015-12-29 22:42:58 +01:00
monk_esvg.py [DOC] add monk website 2013-12-28 16:09:46 +01:00
README.md [DEV] update the position of scaling and rotate 2015-12-01 23:26:43 +01:00

esvg

esvg is c++ svg image parser and renderer.

Release (master)

Build Status Coverage Status Test Status Warning Status

Build Status Build Status Build Status

Build Status Build Status

Developement (dev)

Build Status Coverage Status Test Status Warning Status

Build Status Build Status Build Status

Build Status Build Status

Instructions

download Build system:

sudo pip install lutin
sudo pip install pillow

download the software:

mkdir WORKING_DIRECTORY
cd WORKING_DIRECTORY
git clone https://github.com/atria-soft/etk.git
git clone https://github.com/atria-soft/exml.git
git clone https://github.com/atria-soft/esvg.git
git clone https://github.com/generic-library/gtest-lutin.git --recursive
git clone https://github.com/generic-library/z-lutin.git --recursive

Compile software:

cd WORKING_DIRECTORY
lutin -C -P esvg-test

License (APACHE v2.0)

Copyright esvg Edouard DUPIN

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.