Fix bug in variable name
This commit is contained in:
@@ -90,7 +90,7 @@ for t in range(100):
|
|||||||
|
|
||||||
# Render the final result.
|
# Render the final result.
|
||||||
path.points = points_n * 256
|
path.points = points_n * 256
|
||||||
path_group.fill_color = color
|
path_group.stroke_color = stroke_color
|
||||||
scene_args = pydiffvg.serialize_scene(\
|
scene_args = pydiffvg.serialize_scene(\
|
||||||
canvas_width, canvas_height, shapes, shape_groups)
|
canvas_width, canvas_height, shapes, shape_groups)
|
||||||
img = render(tf.constant(256), # width
|
img = render(tf.constant(256), # width
|
||||||
|
Reference in New Issue
Block a user