Go to file
2015-12-03 21:50:44 +01:00
esvg [DEBUG] correct miter/bevel/rount start cyclic path and some smal bugs 2015-12-03 21:50:44 +01:00
test [DEBUG] correct miter/bevel/rount start cyclic path and some smal bugs 2015-12-03 21:50:44 +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
CMakeLists.txt [DEV] cmake file update 2014-03-04 21:18:41 +01:00
license.txt [LICENCE] change BSD to Apache 2.0 2014-08-08 23:33:43 +02:00
lutin_esvg-test.py [DEV] correct color integration 2015-12-02 21:43:29 +01:00
lutin_esvg.py [DEV] add cap of the line with corect display add bug more visible 2015-11-27 22:35:10 +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.