Add some tooltips to path control nodes. Add code for fetching data: representation of raster images (commented out)
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@835 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -399,9 +399,10 @@ function svg_edit_setup() {
|
||||
svgCanvas.setTextContent(this.value);
|
||||
});
|
||||
|
||||
$('#image_url').keyup(function(){
|
||||
svgCanvas.setImageURL(this.value);
|
||||
});
|
||||
// TODO: consider only setting the URL once Enter has been pressed?
|
||||
$('#image_url').keyup(function(){
|
||||
svgCanvas.setImageURL(this.value);
|
||||
});
|
||||
|
||||
$('.attr_changer').change(function() {
|
||||
var attr = this.getAttribute("data-attr");
|
||||
|
||||
Reference in New Issue
Block a user