Branch: refs/heads/master
Home: https://github.com/synfig/synfig
Commit: c1805d937d55df7bc073d5c336549c4bc7caad30
https://github.com/synfig/synfig/commit/c1805d937d55df7bc073d5c336549c4bc7caad30
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M synfig-core/src/modules/mod_svg/svg_parser.cpp
Log Message:
-----------
Svg_parser: fix style string parser ignoring last property
Commit: d71b6f10e6e30344ba9cd13db6e9d451986159cc
https://github.com/synfig/synfig/commit/d71b6f10e6e30344ba9cd13db6e9d451986159cc
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M synfig-core/src/modules/mod_svg/svg_parser.cpp
Log Message:
-----------
Svg_parser: fix stroke width for multiple-path bline
Commit: e12092a41ed56c89891cbcbbeb684e12758b1564
https://github.com/synfig/synfig/commit/e12092a41ed56c89891cbcbbeb684e12758b1564
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M synfig-core/src/modules/mod_svg/svg_parser.cpp
Log Message:
-----------
Svg_parser: add missing Z command for path description
Commit: da25fe6bd630c311e94963374d1ff707905df8b9
https://github.com/synfig/synfig/commit/da25fe6bd630c311e94963374d1ff707905df8b9
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M synfig-core/src/modules/mod_svg/svg_parser.cpp
Log Message:
-----------
Svg_parser: exclude comma from path tokens
There was no point at all
Commit: adb437e0eb64f33f63060eb081f52bafffdaabd7
https://github.com/synfig/synfig/commit/adb437e0eb64f33f63060eb081f52bafffdaabd7
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M synfig-core/src/modules/mod_svg/svg_parser.cpp
Log Message:
-----------
Svg_parser: report and abort when command suddenly ends
Commit: b842813ec505e5e403b7c5717c495dcba9adbebd
https://github.com/synfig/synfig/commit/b842813ec505e5e403b7c5717c495dcba9adbebd
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M synfig-core/src/modules/mod_svg/svg_parser.cpp
Log Message:
-----------
Svg_parser: fix the new starting point after Z or z path command
Commit: 293f8a6b24d49ce1ac22ef298f33566976c7cc35
https://github.com/synfig/synfig/commit/293f8a6b24d49ce1ac22ef298f33566976c7cc35
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M synfig-core/src/modules/mod_svg/svg_parser.cpp
Log Message:
-----------
Svg_parser: unify commands L l H h V v
Commit: 48450b90eba800eba9cf4bd13026900b5b2b3337
https://github.com/synfig/synfig/commit/48450b90eba800eba9cf4bd13026900b5b2b3337
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M synfig-core/src/modules/mod_svg/svg_parser.cpp
Log Message:
-----------
Svg_parser: avoid the often double comparison
Commit: b218685d5bb84f6b946fa16a17bdf283b584d98d
https://github.com/synfig/synfig/commit/b218685d5bb84f6b946fa16a17bdf283b584d98d
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M synfig-core/src/modules/mod_svg/svg_parser.cpp
Log Message:
-----------
Svg_parser: implement the path commands S and s
Commit: b41f0520e2bfaba097e7577f9129108fa4379476
https://github.com/synfig/synfig/commit/b41f0520e2bfaba097e7577f9129108fa4379476
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M synfig-core/src/modules/mod_svg/svg_parser.cpp
M synfig-core/src/modules/mod_svg/svg_parser.h
Log Message:
-----------
Svg_parser: fix path quadratic commands with wrong tangents
Commit: 06ffb2b33e9b40137a2f1ffffb32c5638d99f377
https://github.com/synfig/synfig/commit/06ffb2b33e9b40137a2f1ffffb32c5638d99f377
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M synfig-core/src/modules/mod_svg/svg_parser.cpp
Log Message:
-----------
Svg_parser: implement path commands T t
Commit: 2d746fd8d1dcec051fc7429da1115f05c5c9c266
https://github.com/synfig/synfig/commit/2d746fd8d1dcec051fc7429da1115f05c5c9c266
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M synfig-core/src/modules/mod_svg/svg_parser.cpp
Log Message:
-----------
Svg_parser: rename variable - it was a false friend mistake
Replace `actual_` with `current_`, because latter correctly
says what those variables actually mean.
In some Latin languages "current" could be translated as
"atual" (e.g., Spanish and Portuguese). Original coder made
a mistake when he chose the English word "actual" ;)
Commit: c70f28e677adb43d5556a9ca94d2e83aa0850d38
https://github.com/synfig/synfig/commit/c70f28e677adb43d5556a9ca94d2e83aa0850d38
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M synfig-core/src/modules/mod_svg/svg_parser.cpp
Log Message:
-----------
Svg_parser: skip other whitespaces chars (#x9 | #xD | #xA)
Commit: cf1c1769ea16e51385a1e82cf6c6c3784da68293
https://github.com/synfig/synfig/commit/cf1c1769ea16e51385a1e82cf6c6c3784da68293
Author: ice0 <[email protected]>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M synfig-core/src/modules/mod_svg/svg_parser.cpp
M synfig-core/src/modules/mod_svg/svg_parser.h
Log Message:
-----------
Merge PR (#2327): SVG: fix parser for <path> element (except for A commands)
SVG: fix parser for <path> element (except for A commands)
Compare: https://github.com/synfig/synfig/compare/2fe4a8267bfa...cf1c1769ea16
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl