-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
align text layer without rasterising
- Loading branch information
Showing
2 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Looking great! Just a small correction,
align_vertical
doesn't need to pass the copy_layer instance since it uses the active layer :)Also I'm curious if you tried running this with creature cards, for me this method causes a crash during the vertically_nudge_creature_text function (might not result in a crash for the javascript version?). I'm sure its an easy fix just wanted to know if you had run into that!
EDIT: For now for the vertically_nudge_creature_text func I just had the text layer duplicated, hid the original, and rasterized the copy to work off that one