Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10888 Rev 10905
Línea 1257... Línea 1257...
1257
					pxf=xf/pyf;
1257
					pxf=xf/pyf;
1258
					px=(320/2)-(pxf/2);
1258
					px=(320/2)-(pxf/2);
1259
					noticia.drawImage(imagen,x,y,xf,yf,px,0,pxf,480);
1259
					noticia.drawImage(imagen,x,y,xf,yf,px,0,pxf,480);
1260
				}
1260
				}
Línea 1261... Línea 1261...
1261
				
1261
				
1262
				$("#editorNoticia").css({"transform": "scale("+scale+")"});
1262
				$(".editorNoticia").css({"transform": "scale("+scale+")"});
1263
				if(!recorte_listo){
1263
				if(!recorte_listo){
1264
					editor.drawImage(imagen,0,0,ancho,alto);
1264
					editor.drawImage(imagen,0,0,ancho,alto);
1265
					editor.fillStyle="rgba(0,0,0,.2)"
1265
					editor.fillStyle="rgba(0,0,0,.2)"
1266
					editor.fillRect(0,0,ancho,alto);
1266
					editor.fillRect(0,0,ancho,alto);