0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-22 05:33:02 -05:00
Commit graph

34 commits

Author SHA1 Message Date
Alex Sánchez
c464ff9bda
Added support for corner radius (#57)
* added support for corner radius

* added support for corner radius

* minor fix

* added changelog to prettierignore
2024-04-22 12:50:38 +02:00
Alex Sánchez
30a64ed1b3
Added support for background in pages (#56)
* added support for background in pages

* minor fix

* removed eslint ignore
2024-04-22 10:52:25 +02:00
Alex Sánchez
0be073012d
added proportion lock to all current nodes that support it (#51) 2024-04-19 12:18:12 +02:00
Alex Sánchez
44d691e7c3
fixed clip content in frames (#50) 2024-04-19 11:40:50 +02:00
Jordi Sala Morales
f469fc1f37
avoid error when unsupported nodes, fills or other kind of elements. Improve error messages (#49) 2024-04-19 09:48:19 +02:00
Alex Sánchez
c114bd0b98
Strokes (#44)
* strokes

* adjust a few types

* simplify

---------

Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
2024-04-18 09:42:45 +02:00
Alex Sánchez
244ea64746
New SVG Path lib (#41)
* new svg path lib

* minor fixes
2024-04-17 15:58:52 +02:00
Alex Sánchez
e2b5b4a7ea
Solid Fills (#39)
* structure for fills

* structure for fills in text and improvements

* fixes

* improvements
2024-04-17 15:27:53 +02:00
Jordi Sala Morales
ebdf3ad9c3
Frames & Sections (#38)
* Implement Frames and Sections exportation

* add blend modes
2024-04-17 11:38:13 +02:00
Alex Sánchez
c9f8a0dcd2
Vectors - Line & Arrow (#37)
* lines & arrows draft

* simplify vectors

* try to refactor

* remove comments

* add more clarity to code

* fix translate strokes

* minor style fix

* fix for vectors without geometry

* reduce code

---------

Co-authored-by: Alex Sánchez <alejandro@runroom.com>
Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
2024-04-17 10:53:38 +02:00
Jordi Sala Morales
73ccf83657
Vectors - Pen & pencil (#35)
* path shapes

* add polygon node

* wip vector

* implement translation of commands and paths

* vectors and polygon

* strokes

* star

* deformed shapes

* simplify star

* simplify star

* fix transformers

---------

Co-authored-by: Alex Sánchez <sion333@gmail.com>
2024-04-16 16:08:39 +02:00
Alex Sánchez
7f87c1e199
removed rotations 2024-04-16 11:11:58 +02:00
Jordi Sala Morales
9df47e496f
madness 2024-04-16 08:46:12 +00:00
Alex Sánchez
eca913eadc
fix rotation matrix 2024-04-16 10:20:57 +02:00
Alex Sánchez
440ce8f4eb
fix rotation matrix 2024-04-16 10:17:28 +02:00
Jordi Sala Morales
dbd0d7f5bd
try to rotate 2024-04-15 16:50:58 +00:00
Jordi Sala Morales
01a4fa5622
add block concept 2024-04-15 16:30:51 +00:00
Jordi Sala Morales
b8058dc0ee
refactor blend 2024-04-15 16:18:58 +00:00
Alex Sánchez
27b453b4d7
blend modes fix 2024-04-15 17:35:26 +02:00
Alex Sánchez
2869673f9c
circle 2024-04-15 15:47:41 +02:00
Alex Sánchez
48a80a702d
opacity 2024-04-15 14:17:22 +02:00
Alex Sánchez
c56726bd58
opacity 2024-04-15 14:12:33 +02:00
Alex Sánchez
0bcfd7cd71
fix 2024-04-15 14:09:48 +02:00
Alex Sánchez
ce6c4f798a
Merge branch 'feature/rect-shape' of github.com:Runroom/penpot-exporter-figma-plugin into feature/rect-shape 2024-04-15 14:07:36 +02:00
Alex Sánchez
57c1fd356b
fix 2024-04-15 14:07:32 +02:00
Jordi Sala Morales
4703ad9d10
Merge branch 'feature/rect-shape' of github.com:Runroom/penpot-exporter-figma-plugin into feature/rect-shape 2024-04-15 12:06:45 +00:00
Jordi Sala Morales
2609710508
add transformChildren 2024-04-15 12:06:38 +00:00
Alex Sánchez
6f4c56bc2c
merge 2024-04-15 14:06:23 +02:00
Alex Sánchez
e3906b62e2
blend modes 2024-04-15 14:03:30 +02:00
Jordi Sala Morales
590a3f7c62
Implement partial transformers 2024-04-15 11:58:51 +00:00
Jordi Sala Morales
e6a86795e6
fix things related to types 2024-04-15 11:48:04 +00:00
Alex Sánchez
b338027e74
custom gradient 2024-04-15 10:06:19 +02:00
Alex Sánchez
f1e6f76c4f
custom gradient 2024-04-15 09:48:03 +02:00
Jordi Sala Morales
5c58d53e60
replace webpack for esbuild (#17) 2024-04-12 18:52:19 +02:00