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;
}
###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)
###4. adding stroke to text
without stroke
stroke whith border color
stroke with text color
###5. Changing font family
Arial
Comic Sans MS