Rust programmingSVG rendering basicsFamiliarity with the codebase structure
新手友善度1-100 的估計分數,表示該議題對首次貢獻者的友善程度。
40
研究方向
Investigate how road labels are currently rendered in the SVG output. Look at the usvg library documentation for textPath support. Identify the module responsible for label placement (likely in the map rendering pipeline). Implement textPath for curved road labels, following existing SVG generation patterns. Check comments in issue #173 for any hints or discussions.