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.
Curve road labels · a-b-street/abstreet#173 | Good First Issue