Tags: sketch-hq/fig2sketch
Tags
👁️ Additional defaults for blend modes (#124) Blend mode appears to be omitted from the `fig` model when it's set to `NORMAL`. This leads to a key error when processing a node. This small tweak uses `get` to ensure we fall back to `NORMAL` when the `blendMode` key isn't set.
💥 Switch to a specific pyinstaller release to avoid errors when bundl… …ing (#112) We were encountering a specific issue with Pyinstaller when trying to embed the universal binary in the Sketch bundle. We're mitigating this for now by moving to a specific Pyinstaller release
⌨️ Fix an error that prevents any text layers from being imported (#105) * 🌁 Update tests/data/structure.fig to the latest file format version Signed-off-by: Dmitry Rodionov <i.am.rodionovd@gmail.com> * 👨👨👧👧 Fix emoji detection when building text layer attributes Instead of a special fill style override for emojis there's now a glyph-level "emojiCodePoints" field we can use to detect them Signed-off-by: Dmitry Rodionov <i.am.rodionovd@gmail.com> --------- Signed-off-by: Dmitry Rodionov <i.am.rodionovd@gmail.com>
PreviousNext