mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	svg:: fixed circles
This commit is contained in:
		| @@ -72,7 +72,7 @@ namespace svg { | ||||
|     } | ||||
|    | ||||
|   void circle(int x, int y, int size, color_t col, color_t fillcol) { | ||||
|     if(!invisible(col) && !invisible(fillcol)) { | ||||
|     if(!invisible(col) || !invisible(fillcol)) { | ||||
|       if(vid.stretch == 1) | ||||
|         fprintf(f, "<circle cx='%s' cy='%s' r='%s' %s/>\n", | ||||
|           coord(x), coord(y), coord(size), stylestr(fillcol, col)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue