Go to the source code of this file.
Namespaces | |
namespace | svg2code |
Functions | |
def | svg2code::translate_stops |
def | svg2code::translate_linearGradient |
def | svg2code::translate_radialGradient |
def | svg2code::translate_defs |
def | svg2code::trans_color |
def | svg2code::get_style_map |
def | svg2code::translate_style |
def | svg2code::translate_shape_transform |
def | svg2code::translate_path |
def | svg2code::translate_rect |
def | svg2code::translate_font_style |
def | svg2code::translate_text |
Variables | |
string | svg2code::svgns = 'http://www.w3.org/2000/svg' |
string | svg2code::xlinkns = 'http://www.w3.org/1999/xlink' |
tuple | svg2code::re_rgb = re.compile('rgb\\( *([0-9]+(\\.[0-9]+)?) *, *([0-9]+(\\.[0-9]+)?) *, *([0-9]+(\\.[0-9]+)?) *\\)') |
tuple | svg2code::reo_func = re.compile('([a-zA-Z]+)\\([^\\)]*\\) |