Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 8357 | Rev 8359 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 8357 Rev 8358
Línea 2573... Línea 2573...
2573
				$("#editorNoticia").css({"transform": "scale("+scale+")"});
2573
				$("#editorNoticia").css({"transform": "scale("+scale+")"});
2574
				if(!recorte_listo){
2574
				if(!recorte_listo){
2575
					editor.drawImage(imagen,0,0,ancho,alto);
2575
					editor.drawImage(imagen,0,0,ancho,alto);
2576
					editor.fillStyle="rgba(0,0,0,.2)"
2576
					editor.fillStyle="rgba(0,0,0,.2)"
2577
					editor.fillRect(0,0,ancho,alto);
2577
					editor.fillRect(0,0,ancho,alto);
2578
					editor.fillStyle="rgba(255,255,255,.1)"
2578
					editor.fillStyle="rgba(255,255,255,.2)"
2579
					editor.fillRect(x,y,xf,yf);
2579
					editor.fillRect(x,y,xf,yf);
2580
					editor.fillStyle="rgba(255,255,255,.5)"
2580
					editor.fillStyle="rgba(255,255,255,0.8)"
2581
					editor.fillRect(x,y,cuadro_dimencion,cuadro_dimencion);
2581
					editor.fillRect(x,y,cuadro_dimencion,cuadro_dimencion);
2582
					editor.fillRect((x+xf)-cuadro_dimencion,y,cuadro_dimencion,cuadro_dimencion);
2582
					editor.fillRect((x+xf)-cuadro_dimencion,y,cuadro_dimencion,cuadro_dimencion);
2583
					editor.fillRect(x,y+yf-cuadro_dimencion,cuadro_dimencion,cuadro_dimencion);
2583
					editor.fillRect(x,y+yf-cuadro_dimencion,cuadro_dimencion,cuadro_dimencion);
2584
					editor.fillRect(x+xf-cuadro_dimencion,yf+y-cuadro_dimencion,cuadro_dimencion,cuadro_dimencion);
2584
					editor.fillRect(x+xf-cuadro_dimencion,yf+y-cuadro_dimencion,cuadro_dimencion,cuadro_dimencion);
2585
					esta=true;
2585
					esta=true;