Does this occur with any file and any group? Or only with a specific one?
Every file and group.
Hey, anyone have this problem before:
I created a big project file, and when I try to save it says could not save, I have tried update and increase the amount of RAM server is running.
Good afternoon. First of all, thank you for the tool. It is great and I really want to keep using it!
I had previously reported a problem when exporting pages with multiple artboards as pdfs. I noticed that has been solved. Thank you!
I am now having trouble exporting any artboards as pdfs because the images I insert in them come out blurry.
I use the SAAS version.
Hi friends,
It seems supporting fonts with opentype features would be fairly achievable similar to how figma does this by adding buttons for the CSS font-feature-settings:;
properties
Here's a quick CSS example with stylistic alternates, monospace numerals, and ligature toggles https://codepen.io/andyfitz/pen/eYWKKry
font-variation-settings: 'wght' 100
up to 900
for variable fonts would just knock everyone else out of the park :) making sliding/number value inputs with the right affordance are tricky things however :)
Thanks so much @EvaMarco !
I've added another cheeky RFE with code example in GitHub that would lift the accessibility and ease of use of the input panel similar to how gimp handle sliding values
penpot/penpot#1831
example input here
https://codepen.io/andyfitz/pen/wvpOVGQ?editors=1101
Figma does this but catching the draggable area is like trying to find a needle in a haystack :)
this one : (Setting)
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><style>@keyframes rotate{0%{transform:rotateZ(0)}to{transform:rotateZ(360deg)}}</style><g style="animation:rotate 3s cubic-bezier(.7,-.03,.26,1.05) both infinite;transform-origin:center center" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path stroke="#0A0A30" d="M5.262 15.329l.486.842a1.49 1.49 0 002.035.55 1.486 1.486 0 012.036.529c.128.216.197.463.2.714a1.493 1.493 0 001.493 1.536h.979a1.486 1.486 0 001.485-1.493 1.493 1.493 0 011.493-1.471c.252.002.498.071.714.2a1.493 1.493 0 002.036-.55l.521-.857a1.493 1.493 0 00-.542-2.036 1.493 1.493 0 010-2.586c.71-.41.952-1.318.543-2.028l-.493-.85a1.493 1.493 0 00-2.036-.579 1.479 1.479 0 01-2.029-.543 1.428 1.428 0 01-.2-.714c0-.825-.668-1.493-1.492-1.493h-.98c-.82 0-1.488.664-1.492 1.486a1.485 1.485 0 01-1.493 1.493 1.521 1.521 0 01-.714-.2 1.493 1.493 0 00-2.036.542l-.514.858a1.486 1.486 0 00.543 2.035 1.486 1.486 0 01.543 2.036c-.13.226-.317.413-.543.543a1.493 1.493 0 00-.543 2.028v.008z" clip-rule="evenodd"/><path stroke="#265BFF" d="M12.044 10.147a1.853 1.853 0 100 3.706 1.853 1.853 0 000-3.706z"/></g></svg>