phoenix_title wx.svg._nanosvg.SVGpaint

This class defines how to fill or stroke a shape when rendering the SVG image. In other words, how to create the pen or brush. It can be a solid color, linear or radial gradients, etc.


class_hierarchy Class Hierarchy

Inheritance diagram for class SVGpaint:

property_summary Properties Summary

color

color_rgba

Returns color as a RGBA tuple

gradient

type

Flag indicating the type of paint info, solid color or type of gradient


api Class API

class SVGpaint(object)

This class defines how to fill or stroke a shape when rendering the SVG image. In other words, how to create the pen or brush. It can be a solid color, linear or radial gradients, etc.


Properties

color_rgba

Returns color as a RGBA tuple



type

Flag indicating the type of paint info, solid color or type of gradient