Fix : third line using second line effects
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<text x="0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"></text>
|
||||
</g>
|
||||
<g id="d7">
|
||||
<circle cx="0" cy="0" r="15.0" fill="green" x="0" y="0" onclick="console.log()" />
|
||||
<circle cx="0" cy="0" r="15.0" fill="red" x="0" y="0" onclick="console.log()" />
|
||||
<text x="0" y="9" font-size="24" text-anchor="middle" fill="white" font-weight="bold" font-family="Helvetica">5</text>
|
||||
</g>
|
||||
<g id="d8">
|
||||
|
||||
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
@@ -388,7 +388,7 @@ def create_effects(effects: list[Effect], height: int, width: int):
|
||||
group.append(
|
||||
dw.Use(
|
||||
create_effect_row(
|
||||
grouped_effects[effect_types[1]],
|
||||
grouped_effects[effect_types[2]],
|
||||
effect_types[2],
|
||||
45,
|
||||
width,
|
||||
|
||||
Reference in New Issue
Block a user