Different types of moving svg text

###1. Different text-rendering values optimizeLegibility optimizeSpeed geometricPrecision
###2. Different text-rendering values #vehiclesLabel2 { -webkit-transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; -webkit-perspective: 1000; }

See the Pen translate3d hack by ilya (@ilyabasiuk) on CodePen.

###3. font-smoothing -webkit-font-smoothing: none; -webkit-font-smoothing: antialiased; -webkit-font-smoothing: subpixel-antialiased"; [seem it doesn't work from chrome 22](https://productforums.google.com/forum/?fromgroups=#!topic/chrome/0vqp1bnkaoE)

See the Pen font-smoothing by ilya (@ilyabasiuk) on CodePen.

###4. adding stroke to text without stroke stroke whith border color stroke with text color

See the Pen adding stroke by ilya (@ilyabasiuk) on CodePen.

###5. Changing font family Arial Comic Sans MS

See the Pen comic Sans Demo by ilya (@ilyabasiuk) on CodePen.