-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding pasteInto() #368
base: develop
Are you sure you want to change the base?
adding pasteInto() #368
Conversation
ffd8
commented
Dec 30, 2020
- student duo tried to export text as a png, then import to create a clipping mask. this is akin to the GUI right-click 'pasteInto', which opens gates for wild clipping masks and within clipping masks inception!
- student duo tried to export text as a png, then import to create a clipping mask. this is akin to the GUI right-click 'pasteInto', which opens gates for wild clipping masks and within clipping masks inception!
this is a minor feature – but it would help to have a quick look over incase anything is wrong.. |
fixing small typo
small update – tried integrating |
Hey @ffd8, Is there a way to "paste into" without using the actual Two observations:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comment above. I am too dumb to use GitHub's review feature properly lol
- fixing as per review suggestion
@trych – noo problemo, this project jumps between front/back burners, so i totally understand. I also don't really get the review feature – so just plain old comments are also preferred. To my knowledge,
I originally found the solution for what to do in this StackOverflow. Re: returned object when text is involved.. yeah, wanted to return whichever type of object was being fed into it (for ease with students.. feed text into mask, when set as var = your text now masked). Figuring out what to return was odd.. the same paths seem to be the same item within the mask after
I went with the later, because when feeding any other pageItem into the mask, you want the Re: selection, yup, you're totally right, the selection should be temp stored and returned when done! aaand changed. |