scythargon
|
|
1 | |
cast to SVGSVGElement from org.w3c.dom.Element fails09.03.2013, 15:52. Показов 1252. Ответов 1
Метки нет (Все метки)
Seriously, if I cast like this:
(SVGSVGElement) (((SVGImage)blabla).getDocument().getDocumentElement()) it works, but if I try (SVGSVGElement)doc.getElementById(some_id) I get cast error, but both getDocumentElement() and getElementById() returns the same type org.w3c.dom.Element, my global goal is to get the X-coordinates of some image on my svg-scene loaded from file, in order to zoom scene to make this image fit in visible area. I tried to achieve that with ((SVGSVGElement)doc.getElementById(some_id)).getBBox().getX() but you see what I got. |
09.03.2013, 15:52 | |
Ответы с готовыми решениями:
1
String to org.w3c.dom.Document Dom element:after Как связывается целевой объект с функцией-обработчиком, если использовать модель событий W3C DOM уровня 2? Написать скрипт, рекурсивно обходящий дерево DOM страницы dom.html, начиная от корня DOM |
0 / 0 / 2
Регистрация: 04.11.2012
Сообщений: 5
|
||||||
25.03.2013, 13:58 | 2 | |||||
Сообщение было отмечено как решение
Решение
Прлучить и поменять значение любого параметра для любого элемента svg картинки (кроме значений цвета) можно так :
Или я чегото недопонял в твоем вопросе.
0
|
25.03.2013, 13:58 | |
25.03.2013, 13:58 | |
Помогаю со студенческими работами здесь
2
DOMException: Filed to set the 'outerHTML' property on 'Element': This element has no parent node В чем разница в работе element.onload и element.addEventListener('load') Валидатор выдает ошибку Error: Element menu not allowed as child of element header in this context. (Suppressing further ListBox и ListBoxItems. Element is already the child of another element Искать еще темы с ответами Или воспользуйтесь поиском по форуму: |