Skip to content

Instantly share code, notes, and snippets.

View su8ru's full-sized avatar

subaru su8ru

View GitHub Profile
@QB
QB / map.php
Created September 25, 2012 07:16
SVG で路線図を描いてみた。 PHP で動的に生成してるので編集も簡単。伸ばしたり、配色変えたり、色々と応用すればイラレ顔負けの路線図だって作れるかも。
<?xml version="1.0" standalone="no" encoding="UTF-8"?>
<!--?xml-stylesheet type="text/css" href=".css"?-->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1000" height="1200" viewBox="0 0 1000 1200" xmlns="http://www.w3.org/2000/svg">
<style type="text/css"><![CDATA[
text{
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif;
text-anchor:middle;
fill:black;