Skip to content

Commit 33186d3

Browse files
committed
fix formatting in blog post gsoc-week-02-saumya
1 parent 3dc6023 commit 33186d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/constants/MarkdownFiles/posts/2025-06-14-gsoc-25-saumya-week02.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ image: "assets/Images/GSOC.png"
3939
2. **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

4646
2. **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

0 commit comments

Comments
 (0)