We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
let C4Image = shape.image
This should take into consideration the bounds of shape line widths.
let C4Image = view.image
This should render all sublayers, taking into the view's masksToBounds property.
The text was updated successfully, but these errors were encountered:
May be better to do shape.render()
shape.render()
Sorry, something went wrong.
yup, the above were just placeholders...
there are options I was planning to consider like:
obj.bitmap() obj.bitmap(dpi,scale)
obj.bitmap()
obj.bitmap(dpi,scale)
also
obj.drawIn(pdfContext)
will have a think on all these and post something I hope is reasonably intelligent..
Adds rendering to C4View and C4Shape
0d9b9a5
Tested with C4Image, C4Circle and C4Star, C4Line Fixes: #593
No branches or pull requests
let C4Image = shape.image
This should take into consideration the bounds of shape line widths.
let C4Image = view.image
This should render all sublayers, taking into the view's masksToBounds property.
The text was updated successfully, but these errors were encountered: