Skip to content

Instantly share code, notes, and snippets.

View kadoppe's full-sized avatar

Kohei Kadowaki kadoppe

View GitHub Profile
set nocompatible
set noswapfile
set modeline
set tabstop=2
set autoindent
set expandtab
set shiftwidth=2
@kadoppe
kadoppe / end
Created January 31, 2012 06:45
svg:text text-anchor
<svg width="300" height="200">
<text x="100" y="150" text-anchor="end">end</text>
</svg>