Fix Paths
This commit is contained in:
parent
a6b3e78c66
commit
d4246875f6
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ from easing import *
|
|||
scheduleUrl = 'http://programm.froscon.de/2015/schedule.xml'
|
||||
|
||||
def introFrames(args):
|
||||
xml = etree.parse('froscon9/artwork/intro.svg').getroot()
|
||||
xml = etree.parse('froscon2015/artwork/intro.svg').getroot()
|
||||
pathstr = xml.find(".//*[@id='animatePath']").get('d')
|
||||
frog = xml.find(".//*[@id='animatePath']").get('d')
|
||||
path = svg.path.parse_path(pathstr)
|
||||
|
@ -61,7 +61,7 @@ def introFrames(args):
|
|||
)
|
||||
|
||||
def outroFrames(args):
|
||||
xml = etree.parse('froscon9/artwork/outro.svg').getroot()
|
||||
xml = etree.parse('froscon2015/artwork/outro.svg').getroot()
|
||||
pathstr = xml.find(".//*[@id='animatePath']").get('d')
|
||||
frog = xml.find(".//*[@id='animatePath']").get('d')
|
||||
path = svg.path.parse_path(pathstr)
|
||||
|
|
Loading…
Add table
Reference in a new issue