File tree 17 files changed +312
-821
lines changed
17 files changed +312
-821
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
2
1
# -*- coding: utf-8 -*-
3
2
# This file is part of CairoSVG
4
- # Copyright © 2010-2011 Kozea
3
+ # Copyright © 2010-2012 Kozea
5
4
#
6
- # This library is free software: you can redistribute it and/or modify
7
- # it under the terms of the GNU General Public License as published by
8
- # the Free Software Foundation, either version 3 of the License, or
9
- # (at your option) any later version.
5
+ # This library is free software: you can redistribute it and/or modify it under
6
+ # the terms of the GNU Lesser General Public License as published by the Free
7
+ # Software Foundation, either version 3 of the License, or (at your option) any
8
+ # later version.
10
9
#
11
- # This library is distributed in the hope that it will be useful,
12
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- # GNU General Public License for more details.
10
+ # This library is distributed in the hope that it will be useful, but WITHOUT
11
+ # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12
+ # FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13
+ # details.
15
14
#
16
- # You should have received a copy of the GNU General Public License
15
+ # You should have received a copy of the GNU Lesser General Public License
17
16
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
18
17
19
18
"""
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/python
2
2
# -*- coding: utf-8 -*-
3
3
# This file is part of CairoSVG
4
- # Copyright © 2010-2011 Kozea
4
+ # Copyright © 2010-2012 Kozea
5
5
#
6
- # This library is free software: you can redistribute it and/or modify
7
- # it under the terms of the GNU General Public License as published by
8
- # the Free Software Foundation, either version 3 of the License, or
9
- # (at your option) any later version.
6
+ # This library is free software: you can redistribute it and/or modify it under
7
+ # the terms of the GNU Lesser General Public License as published by the Free
8
+ # Software Foundation, either version 3 of the License, or (at your option) any
9
+ # later version.
10
10
#
11
- # This library is distributed in the hope that it will be useful,
12
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- # GNU General Public License for more details.
11
+ # This library is distributed in the hope that it will be useful, but WITHOUT
12
+ # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13
+ # FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
14
+ # details.
15
15
#
16
- # You should have received a copy of the GNU General Public License
16
+ # You should have received a copy of the GNU Lesser General Public License
17
17
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
18
18
19
19
"""
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
# This file is part of CairoSVG
3
- # Copyright © 2010-2011 Kozea
3
+ # Copyright © 2010-2012 Kozea
4
4
#
5
- # This library is free software: you can redistribute it and/or modify
6
- # it under the terms of the GNU General Public License as published by
7
- # the Free Software Foundation, either version 3 of the License, or
8
- # (at your option) any later version.
5
+ # This library is free software: you can redistribute it and/or modify it under
6
+ # the terms of the GNU Lesser General Public License as published by the Free
7
+ # Software Foundation, either version 3 of the License, or (at your option) any
8
+ # later version.
9
9
#
10
- # This library is distributed in the hope that it will be useful,
11
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- # GNU General Public License for more details.
10
+ # This library is distributed in the hope that it will be useful, but WITHOUT
11
+ # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12
+ # FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13
+ # details.
14
14
#
15
- # You should have received a copy of the GNU General Public License
15
+ # You should have received a copy of the GNU Lesser General Public License
16
16
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
17
17
18
18
"""
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
# This file is part of CairoSVG
3
- # Copyright © 2010-2011 Kozea
3
+ # Copyright © 2010-2012 Kozea
4
4
#
5
- # This library is free software: you can redistribute it and/or modify
6
- # it under the terms of the GNU General Public License as published by
7
- # the Free Software Foundation, either version 3 of the License, or
8
- # (at your option) any later version.
5
+ # This library is free software: you can redistribute it and/or modify it under
6
+ # the terms of the GNU Lesser General Public License as published by the Free
7
+ # Software Foundation, either version 3 of the License, or (at your option) any
8
+ # later version.
9
9
#
10
- # This library is distributed in the hope that it will be useful,
11
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- # GNU General Public License for more details.
10
+ # This library is distributed in the hope that it will be useful, but WITHOUT
11
+ # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12
+ # FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13
+ # details.
14
14
#
15
- # You should have received a copy of the GNU General Public License
15
+ # You should have received a copy of the GNU Lesser General Public License
16
16
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
17
17
18
18
"""
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
# This file is part of CairoSVG
3
- # Copyright © 2010-2011 Kozea
3
+ # Copyright © 2010-2012 Kozea
4
4
#
5
- # This library is free software: you can redistribute it and/or modify
6
- # it under the terms of the GNU General Public License as published by
7
- # the Free Software Foundation, either version 3 of the License, or
8
- # (at your option) any later version.
5
+ # This library is free software: you can redistribute it and/or modify it under
6
+ # the terms of the GNU Lesser General Public License as published by the Free
7
+ # Software Foundation, either version 3 of the License, or (at your option) any
8
+ # later version.
9
9
#
10
- # This library is distributed in the hope that it will be useful,
11
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- # GNU General Public License for more details.
10
+ # This library is distributed in the hope that it will be useful, but WITHOUT
11
+ # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12
+ # FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13
+ # details.
14
14
#
15
- # You should have received a copy of the GNU General Public License
15
+ # You should have received a copy of the GNU Lesser General Public License
16
16
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
17
17
18
18
"""
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
# This file is part of CairoSVG
3
- # Copyright © 2010-2011 Kozea
3
+ # Copyright © 2010-2012 Kozea
4
4
#
5
- # This library is free software: you can redistribute it and/or modify
6
- # it under the terms of the GNU General Public License as published by
7
- # the Free Software Foundation, either version 3 of the License, or
8
- # (at your option) any later version.
5
+ # This library is free software: you can redistribute it and/or modify it under
6
+ # the terms of the GNU Lesser General Public License as published by the Free
7
+ # Software Foundation, either version 3 of the License, or (at your option) any
8
+ # later version.
9
9
#
10
- # This library is distributed in the hope that it will be useful,
11
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- # GNU General Public License for more details.
10
+ # This library is distributed in the hope that it will be useful, but WITHOUT
11
+ # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12
+ # FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13
+ # details.
14
14
#
15
- # You should have received a copy of the GNU General Public License
15
+ # You should have received a copy of the GNU Lesser General Public License
16
16
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
17
17
18
18
"""
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
# This file is part of CairoSVG
3
- # Copyright © 2010-2011 Kozea
3
+ # Copyright © 2010-2012 Kozea
4
4
#
5
- # This library is free software: you can redistribute it and/or modify
6
- # it under the terms of the GNU General Public License as published by
7
- # the Free Software Foundation, either version 3 of the License, or
8
- # (at your option) any later version.
5
+ # This library is free software: you can redistribute it and/or modify it under
6
+ # the terms of the GNU Lesser General Public License as published by the Free
7
+ # Software Foundation, either version 3 of the License, or (at your option) any
8
+ # later version.
9
9
#
10
- # This library is distributed in the hope that it will be useful,
11
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- # GNU General Public License for more details.
10
+ # This library is distributed in the hope that it will be useful, but WITHOUT
11
+ # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12
+ # FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13
+ # details.
14
14
#
15
- # You should have received a copy of the GNU General Public License
15
+ # You should have received a copy of the GNU Lesser General Public License
16
16
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
17
17
18
18
"""
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
# This file is part of CairoSVG
3
- # Copyright © 2010-2011 Kozea
3
+ # Copyright © 2010-2012 Kozea
4
4
#
5
- # This library is free software: you can redistribute it and/or modify
6
- # it under the terms of the GNU General Public License as published by
7
- # the Free Software Foundation, either version 3 of the License, or
8
- # (at your option) any later version.
5
+ # This library is free software: you can redistribute it and/or modify it under
6
+ # the terms of the GNU Lesser General Public License as published by the Free
7
+ # Software Foundation, either version 3 of the License, or (at your option) any
8
+ # later version.
9
9
#
10
- # This library is distributed in the hope that it will be useful,
11
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- # GNU General Public License for more details.
10
+ # This library is distributed in the hope that it will be useful, but WITHOUT
11
+ # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12
+ # FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13
+ # details.
14
14
#
15
- # You should have received a copy of the GNU General Public License
15
+ # You should have received a copy of the GNU Lesser General Public License
16
16
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
17
17
18
18
"""
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
# This file is part of CairoSVG
3
- # Copyright © 2010-2011 Kozea
3
+ # Copyright © 2010-2012 Kozea
4
4
#
5
- # This library is free software: you can redistribute it and/or modify
6
- # it under the terms of the GNU General Public License as published by
7
- # the Free Software Foundation, either version 3 of the License, or
8
- # (at your option) any later version.
5
+ # This library is free software: you can redistribute it and/or modify it under
6
+ # the terms of the GNU Lesser General Public License as published by the Free
7
+ # Software Foundation, either version 3 of the License, or (at your option) any
8
+ # later version.
9
9
#
10
- # This library is distributed in the hope that it will be useful,
11
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- # GNU General Public License for more details.
10
+ # This library is distributed in the hope that it will be useful, but WITHOUT
11
+ # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12
+ # FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13
+ # details.
14
14
#
15
- # You should have received a copy of the GNU General Public License
15
+ # You should have received a copy of the GNU Lesser General Public License
16
16
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
17
17
18
18
"""
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
# This file is part of CairoSVG
3
- # Copyright © 2010-2011 Kozea
3
+ # Copyright © 2010-2012 Kozea
4
4
#
5
- # This library is free software: you can redistribute it and/or modify
6
- # it under the terms of the GNU General Public License as published by
7
- # the Free Software Foundation, either version 3 of the License, or
8
- # (at your option) any later version.
5
+ # This library is free software: you can redistribute it and/or modify it under
6
+ # the terms of the GNU Lesser General Public License as published by the Free
7
+ # Software Foundation, either version 3 of the License, or (at your option) any
8
+ # later version.
9
9
#
10
- # This library is distributed in the hope that it will be useful,
11
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- # GNU General Public License for more details.
10
+ # This library is distributed in the hope that it will be useful, but WITHOUT
11
+ # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12
+ # FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13
+ # details.
14
14
#
15
- # You should have received a copy of the GNU General Public License
15
+ # You should have received a copy of the GNU Lesser General Public License
16
16
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
17
17
18
18
"""
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
# This file is part of CairoSVG
3
- # Copyright © 2010-2011 Kozea
3
+ # Copyright © 2010-2012 Kozea
4
4
#
5
- # This library is free software: you can redistribute it and/or modify
6
- # it under the terms of the GNU General Public License as published by
7
- # the Free Software Foundation, either version 3 of the License, or
8
- # (at your option) any later version.
5
+ # This library is free software: you can redistribute it and/or modify it under
6
+ # the terms of the GNU Lesser General Public License as published by the Free
7
+ # Software Foundation, either version 3 of the License, or (at your option) any
8
+ # later version.
9
9
#
10
- # This library is distributed in the hope that it will be useful,
11
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- # GNU General Public License for more details.
10
+ # This library is distributed in the hope that it will be useful, but WITHOUT
11
+ # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12
+ # FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13
+ # details.
14
14
#
15
- # You should have received a copy of the GNU General Public License
15
+ # You should have received a copy of the GNU Lesser General Public License
16
16
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
17
17
18
18
"""
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
# This file is part of CairoSVG
3
- # Copyright © 2010-2011 Kozea
3
+ # Copyright © 2010-2012 Kozea
4
4
#
5
- # This library is free software: you can redistribute it and/or modify
6
- # it under the terms of the GNU General Public License as published by
7
- # the Free Software Foundation, either version 3 of the License, or
8
- # (at your option) any later version.
5
+ # This library is free software: you can redistribute it and/or modify it under
6
+ # the terms of the GNU Lesser General Public License as published by the Free
7
+ # Software Foundation, either version 3 of the License, or (at your option) any
8
+ # later version.
9
9
#
10
- # This library is distributed in the hope that it will be useful,
11
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- # GNU General Public License for more details.
10
+ # This library is distributed in the hope that it will be useful, but WITHOUT
11
+ # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12
+ # FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13
+ # details.
14
14
#
15
- # You should have received a copy of the GNU General Public License
15
+ # You should have received a copy of the GNU Lesser General Public License
16
16
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
17
17
18
18
"""
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
# This file is part of CairoSVG
3
- # Copyright © 2010-2011 Kozea
3
+ # Copyright © 2010-2012 Kozea
4
4
#
5
- # This library is free software: you can redistribute it and/or modify
6
- # it under the terms of the GNU General Public License as published by
7
- # the Free Software Foundation, either version 3 of the License, or
8
- # (at your option) any later version.
5
+ # This library is free software: you can redistribute it and/or modify it under
6
+ # the terms of the GNU Lesser General Public License as published by the Free
7
+ # Software Foundation, either version 3 of the License, or (at your option) any
8
+ # later version.
9
9
#
10
- # This library is distributed in the hope that it will be useful,
11
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- # GNU General Public License for more details.
10
+ # This library is distributed in the hope that it will be useful, but WITHOUT
11
+ # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12
+ # FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13
+ # details.
14
14
#
15
- # You should have received a copy of the GNU General Public License
15
+ # You should have received a copy of the GNU Lesser General Public License
16
16
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
17
17
18
18
"""
You can’t perform that action at this time.
0 commit comments