Skip to content

Instantly share code, notes, and snippets.

@whitmo
Created April 8, 2009 20:35
Show Gist options
  • Save whitmo/92003 to your computer and use it in GitHub Desktop.
Save whitmo/92003 to your computer and use it in GitHub Desktop.
arc_attribs = [
'angle',
'antialiasing',
'boundary',#
'boundarycaptype',
'boundarycolor',#
'boundaryjointype',
'boundarytransparency',#
'boundarytype',
'boundarywidth',#
'captype',
'character',
'color',
'fillcolor',#
'fillinterval',
'filltransparency',
'filltype'
'font', # done
'fontcolor',
'fontsize',#
'fontstyle',#
'glowing',
'jointype',
'outline',
'overlap',
'rotatemethod',
'transparency',
'type',
'usecentroid',
'width',
]
css_param = [
'fill',#
'fill-opacity',#
'font-family', #
'font-size',#
'font-style',#
'font-weight'
'stroke',
'stroke-dasharray',
'stroke-dashoffset',
'stroke-linecap',
'stroke-linejoin',
'stroke-opacity',
'stroke-width',#
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment