context_stroke method
context_stroke
Sets the paint to ‘context-stroke’, which uses the current stroke color of the context.
Returns
The builder instance for chaining.
def context_stroke(self):
...
See Also
- module
aspose.svg.builder
- class
PaintBuilder