# Anas - @! Rushabh | Linux Shill please take a l... Channel: #contributor Source: https://discord.com/channels/1233487248129921135/1517075663868268554 Started: 2026-06-18T07:57:04.705000+00:00 Last activity: 2026-06-18T13:07:39.790000+00:00 ## Anas — 2026-06-18T07:57:04.169000+00:00 <@452450065941004289> please take a look I’m adding ` ` in core and found issue, schematic-symbols has dc_ammeter_horz correctly defined with the A inside the circle, but when core renders the schematic SVG through circuit-to-svg, that literal A text gets dropped. The SVG ends up showing the circle and meter line, but the center A is blank. Attachment: Screenshot_2026-06-18_at_8.25.01_AM.png — https://community.tscircuit.com/media/1517075663268614235 Attachment: Screenshot_2026-06-18_at_9.51.26_AM.png — https://community.tscircuit.com/media/1517075663599829003 ## Anas — 2026-06-18T07:57:22.198000+00:00 Looks like circuit-to-svg only handles {REF} and {VAL} text inside schematic symbols, and any other literal symbol text becomes empty. I’ll attach screenshots showing the symbol site vs the rendered core output. ## Anas — 2026-06-18T07:57:28.612000+00:00 or anyone ## Anas — 2026-06-18T07:57:38.805000+00:00 cc:<@1238122660345548882> <@1067854999889137715> ## shibo — 2026-06-18T08:00:37.495000+00:00 we need an AC ammeter too ## shibo — 2026-06-18T08:00:47.924000+00:00 TI circuits are analog ## Anas — 2026-06-18T08:18:31.689000+00:00 forgot the AC for now, just fix the issue that I mentioned above ## mohan-bee — 2026-06-18T08:18:55.133000+00:00 doing the fix. ## Anas — 2026-06-18T08:20:42.976000+00:00 maybe u can write the "A" letter with svg path same as the voltameter do ## mohan-bee — 2026-06-18T08:36:57.686000+00:00 https://github.com/tscircuit/circuit-to-svg/pull/577 <@756504518417711104> ## mohan-bee — 2026-06-18T09:55:47.982000+00:00 <@756504518417711104> also i tried to convert the text into path in the schematic symbols , you can take a look. Attachment: image.png — https://community.tscircuit.com/media/1517105542919880704 Attachment: image.png — https://community.tscircuit.com/media/1517105543183863868 ## Anas — 2026-06-18T10:44:25.057000+00:00 sg just lmme know if u fixed it ## Anas — 2026-06-18T10:44:41.842000+00:00 or mention me to review ## mohan-bee — 2026-06-18T10:49:03.408000+00:00 https://github.com/tscircuit/schematic-symbols/pull/428 <@756504518417711104> ## ! Rushabh | Linux Shill — 2026-06-18T10:56:24.953000+00:00 was afk ## mohan-bee — 2026-06-18T13:04:14.698000+00:00 <@756504518417711104> fixed in schematic symbols do we have to update the package anywhere apart from core ?? ## Anas — 2026-06-18T13:07:39.790000+00:00 perfect, updated