inheritFromContext
What does path.inheritFromContext do ?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Frederik De Ble... on 03 Feb, 2014 09:40 AM
Normally, when you create a BezierPath using
beginpath
anddrawpath
it takes the curent fill and stroke settings from the drawing context. If you create a BezierPath by calling its constructor, it doesn't. If you dow want to use the currently set fill and stroke color, you can use inheritFromContext.All NodeBox drawing functions, including drawpath, use inheritFromContext internally. (For example rect)