Skip to content

Commit 4a5c227

Browse files
Update index.html
1 parent 9ca6596 commit 4a5c227

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ <h2 style="color: var(--text-color); font-family: 'Inter', sans-serif; margin-bo
209209
Part 5: Merge the perfectly isolated parts.
210210
Because there is no overlap, 'lighten' works perfectly, but you could also use feMerge.
211211
-->
212-
<feBlend in="topLeft_part" in2="bottomRight_part" mode="lighten" result="blended_image"></feBlend>
212+
<feBlend in="topLeft_part" in2="bottomRight_part" mode="darken" result="blended_image"></feBlend>
213213

214214
<!-- Part 6: Adjust final opacity -->
215215
<feComponentTransfer in="blended_image">

0 commit comments

Comments
 (0)