Skip to content

Instantly share code, notes, and snippets.

@Shinichi-Ohki
Last active May 2, 2022 01:30
Show Gist options
  • Save Shinichi-Ohki/5425a47f67c3650a96ed51749012b6e0 to your computer and use it in GitHub Desktop.
Save Shinichi-Ohki/5425a47f67c3650a96ed51749012b6e0 to your computer and use it in GitHub Desktop.
技適マークをSVGで書いた
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg">
<rect x="240" y="500" width="320" height="50" fill="#000" />
<rect x="240" y="420" width="320" height="50" fill="#000" />
<rect x="370" y="550" width="60" height="80" fill="#000" />
<polygon points="678 290,420 351,420 261,107 336,102 376,102 376,380 310,380 400,690 326" stroke="#000" fill="#000" stroke-width="1" />
<path fill="none" stroke="#000" stroke-width="40" d="M 671,330 A 280 280 0 1 0 658,507" />
<polygon points="673 518,640 500,681 500" stroke="#000" fill="#000" stroke-width="4" />
</svg>
<!-- 原典 : 特定無線設備の技術基準適合証明等に関する規則(昭和五十六年郵政省令第三十七号) 様式第7号(第8条、第20条、第27条及び第36条関係)
https://elaws.e-gov.go.jp/document?lawid=356M50001000037 -->
<!-- License : CC0 -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment