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 1710... Línea 1710...
1710
				$("#editorNoticia").css({"transform": "scale("+scale+")"});
1710
				$("#editorNoticia").css({"transform": "scale("+scale+")"});
1711
				if(!recorte_listo){
1711
				if(!recorte_listo){
1712
					editor.drawImage(imagen,0,0,ancho,alto);
1712
					editor.drawImage(imagen,0,0,ancho,alto);
1713
					editor.fillStyle="rgba(0,0,0,.2)"
1713
					editor.fillStyle="rgba(0,0,0,.2)"
1714
					editor.fillRect(0,0,ancho,alto);
1714
					editor.fillRect(0,0,ancho,alto);
1715
					editor.fillStyle="rgba(255,255,255,.1)"
1715
					editor.fillStyle="rgba(255,255,255,.2)"
1716
					editor.fillRect(x,y,xf,yf);
1716
					editor.fillRect(x,y,xf,yf);
1717
					editor.fillStyle="rgba(255,255,255,.5)"
1717
					editor.fillStyle="rgba(255,255,255,0.8)"
1718
					editor.fillRect(x,y,cuadro_dimencion,cuadro_dimencion);
1718
					editor.fillRect(x,y,cuadro_dimencion,cuadro_dimencion);
1719
					editor.fillRect((x+xf)-cuadro_dimencion,y,cuadro_dimencion,cuadro_dimencion);
1719
					editor.fillRect((x+xf)-cuadro_dimencion,y,cuadro_dimencion,cuadro_dimencion);
1720
					editor.fillRect(x,y+yf-cuadro_dimencion,cuadro_dimencion,cuadro_dimencion);
1720
					editor.fillRect(x,y+yf-cuadro_dimencion,cuadro_dimencion,cuadro_dimencion);
1721
					editor.fillRect(x+xf-cuadro_dimencion,yf+y-cuadro_dimencion,cuadro_dimencion,cuadro_dimencion);
1721
					editor.fillRect(x+xf-cuadro_dimencion,yf+y-cuadro_dimencion,cuadro_dimencion,cuadro_dimencion);
1722
					esta=true;
1722
					esta=true;