Andrey Antukh
|
cc6e071f48
|
♻️ Remove all usage of graalvm js runtime
And replace it with a commandline call to nodejs
for execute a custom svgo based command line script.
|
2024-10-22 23:30:56 +02:00 |
|
Andrey Antukh
|
002b1679c3
|
♻️ Clean assertion and schema chechking API
|
2024-10-08 15:30:33 +02:00 |
|
alonso.torres
|
67d48435e7
|
✨ Plugins create svg shapes
|
2024-05-03 11:36:59 +02:00 |
|
alonso.torres
|
e3f508d8d4
|
🐛 Fix problem with rendering SVG fills
|
2024-03-19 11:27:06 +01:00 |
|
alonso.torres
|
ab2265d505
|
🐛 Fix problem when components are inside a boolean
|
2024-02-29 09:36:47 +01:00 |
|
Andrey Antukh
|
a8ab883c07
|
🐛 Use correct default for r on parsing svg circle
|
2024-02-02 10:54:33 +01:00 |
|
Andrey Antukh
|
c4ee88dc66
|
🐛 Add fix for percent number on style attrs on parsing svg
|
2024-02-02 10:54:33 +01:00 |
|
Andrey Antukh
|
0e724ac821
|
🐛 Add better fix for parsing svg-dimensions
That covers more corner cases
|
2024-01-25 16:43:49 +01:00 |
|
Andrey Antukh
|
317f83e3ec
|
🐛 Fix edge case on parsing svg viewbox
|
2024-01-25 16:03:31 +01:00 |
|
Andrey Antukh
|
0d5c1811cf
|
🐛 Fix edge cases on retrieving href-id on svg to shapes conversion
|
2024-01-25 16:03:31 +01:00 |
|
Andrey Antukh
|
326be0df4f
|
🐛 Fix incorrect type supposition on attr inheritance on parsing svg
|
2024-01-25 16:03:31 +01:00 |
|
Andrey Antukh
|
33ad2d94fb
|
🐛 Add proper default to cx and cy when parsing svg circle elements
|
2024-01-25 15:59:45 +01:00 |
|
alonso.torres
|
4f09688af7
|
🐛 Fix several SVG upload issues
|
2024-01-24 10:51:22 +01:00 |
|
Andrey Antukh
|
77472aabea
|
✨ Add path parser js impl more resilent to parse errors
|
2024-01-09 23:11:42 +01:00 |
|
Andrey Antukh
|
b6ecc8b1be
|
💄 Format common code
|
2024-01-08 09:32:50 +01:00 |
|
Andrey Antukh
|
41287d8fc5
|
⚡ Improve migration script performance and api usability
|
2024-01-04 14:40:22 +01:00 |
|
Andrey Antukh
|
74447442b8
|
✨ Add several improvements to svg path parser tests
And properly reorganize legacy implementations
|
2023-12-28 10:30:56 +01:00 |
|
Andrey Antukh
|
62b1dc2a4b
|
🐛 Fix incorrect arc to curve conversion in some cases
|
2023-12-28 10:30:56 +01:00 |
|
Andrey Antukh
|
ad185c4215
|
🐛 Assign correct fill to match standard svg behavior when no fils found
On parsing svg
|
2023-12-28 10:30:56 +01:00 |
|
Andrey Antukh
|
63b264b494
|
🐛 Fix incorrect last command tracing on svg path parser
|
2023-12-27 15:38:14 +01:00 |
|
Andrey Antukh
|
2dd1858026
|
⚡ Reimplement path parsing using native lang
|
2023-12-12 09:18:12 +01:00 |
|
Alejandro Alonso
|
1913395c47
|
🎉 Support for images as fills
|
2023-11-14 12:39:53 +01:00 |
|
Andrey Antukh
|
f92c6e5db4
|
📎 Move svg_optimizer.js under svg directory
|
2023-11-07 12:48:31 +01:00 |
|
Andrey Antukh
|
3ceb4cf895
|
♻️ Make svg to shapes conversion code multiplatform
- Move clojure code to common
- Rewrite some native-js code into optimized clojure
|
2023-11-07 12:48:31 +01:00 |
|