/*
	SVG user agent style sheet
	--------------------------
	
	Note that this is CSS; Unity doesn't recognise .css as a text file.
	If you do change this file, make sure you make a note that you did
	so you don't accidentally lose your changes when you update!
*/

svg{
	display:inline-block;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
