File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/constants/MarkdownFiles/posts Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ image: "assets/Images/GSOC.png"
39392 . ** Rendered Output Validation & Screenshots**
4040 - Verified each visual brick against expected path geometry.
4141 - Screenshots below show rendered bricks:
42- - ![ Simple Brick] ( /assets/Images/simple-bricks.png )
43- - ![ Brick with Arguments] ( /assets/Images/expression-bricks.png )
44- - ![ Nested Brick] ( /assets/Images/nested-bricks.png )
42+ ![ Simple Brick] ( /assets/Images/simple-bricks.png )
43+ ![ Brick with Arguments] ( /assets/Images/expression-bricks.png )
44+ ![ Nested Brick] ( /assets/Images/nested-bricks.png )
4545
46462 . ** Bug Fix: Left SVG Path Issue**
4747
@@ -59,10 +59,10 @@ image: "assets/Images/GSOC.png"
5959## Challenges & How I Overcame Them
6060
6161- ** Challenge:** Mapping the brick tree vs AST was initially confusing.
62- ** Solution:** Spent focused time breaking down what each structure is supposed to represent and clarified use cases.
62+ ** Solution:** Spent focused time breaking down what each structure is supposed to represent and clarified use cases.
6363
6464- ** Challenge:** SVG left path errors were hard to trace visually.
65- ** Solution:** Used visual diffing and debugger to narrow down bounding box and stroke-width miscalculations.
65+ ** Solution:** Used visual diffing and debugger to narrow down bounding box and stroke-width miscalculations.
6666
6767---
6868
You can’t perform that action at this time.
0 commit comments