1doc:[object SVGDocument] = { 2 createAttributeNS: unknown, 3 referrer: , 4 hasAttributes: false, 5 replaceChild: unknown, 6 insertBefore: unknown, 7 getElementById: unknown, 8 getElementsByTagNameNS: unknown, 9 documentElement: [object SVGSVGElement], 10 title: null, 11 previousSibling: null, 12 normalize: undefined, 13 createTextNode: unknown, 14 domain: localhost:8080, 15 URL: http://localhost:8080/svgdemo/resources/svg/test.svg, 16 createDocumentFragment: [object DocumentFragment], 17 parentNode: null, 18 prefix: , 19 rootElement: [object SVGSVGElement], 20 nodeType: 9, 21 cloneNode: unknown, 22 namespaceURI: , 23 hasChildNodes: true, 24 nextSibling: null, 25 importNode: unknown, 26 isSupported: unknown, 27 removeChild: unknown, 28 createCDATASection: unknown, 29 getElementsByTagName: unknown, 30 createComment: unknown, 31 createAttribute: unknown, 32 createElementNS: unknown, 33 localName: , 34 appendChild: unknown, 35 firstChild: [object Comment], 36 ownerDocument: null, 37 childNodes: [object NodeList], 38 createProcessingInstruction: unknown, 39 nodeValue: null, 40 createElement: unknown, 41 lastChild: [object SVGSVGElement], 42 nodeName: #document, 43 doctype: [object DocumentType], 44 implementation: [object DOMImplementation], 45 createEntityReference: unknown, 46 attributes: null, 47} 48root:[object SVGSVGElement] = { 49 currentTranslate: [object SVGPoint], 50 ownerDocument: [object SVGDocument], 51 getElementById: unknown, 52 pauseAnimations: undefined, 53 replaceChild: unknown, 54 setAttributeNS: unknown, 55 localName: svg, 56 parentNode: [object SVGDocument], 57 nodeName: svg, 58 hasChildNodes: true, 59 createSVGMatrix: [object SVGMatrix], 60 getAttributeNodeNS: unknown, 61 attributes: [object NamedNodeMap], 62 nodeValue: null, 63 normalize: undefined, 64 getCurrentTime: 0.2110000103712082, 65 removeAttributeNS: unknown, 66 firstChild: [object Text], 67 setAttributeNode: unknown, 68 previousSibling: [object Comment], 69 tagName: svg, 70 id: svg2991, 71 isSupported: unknown, 72 currentScale: 1, 73 cloneNode: unknown, 74 hasAttributeNS: unknown, 75 childNodes: [object NodeList], 76 addEventListener: unknown, 77 setCurrentTime: unknown, 78 unpauseAnimations: undefined, 79 style: [object CSSStyleDeclaration], 80 dispatchEvent: unknown, 81 viewportElement: null, 82 removeAttribute: unknown, 83 getElementsByTagNameNS: unknown, 84 appendChild: unknown, 85 prefix: null, 86 createSVGRect: [object SVGRect], 87 removeEventListener: unknown, 88 getCTM: [object SVGMatrix], 89 removeChild: unknown, 90 getElementsByTagName: unknown, 91 removeAttributeNode: unknown, 92 hasAttribute: unknown, 93 lastChild: [object Text], 94 animationsPaused: false, 95 getAttributeNode: unknown, 96 getBBox: [object SVGRect], 97 nextSibling: null, 98 insertBefore: unknown, 99 namespaceURI: http://www.w3.org/2000/svg, 100 createSVGPoint: [object SVGPoint], 101 getAttributeNS: unknown, 102 getAttribute: unknown, 103 hasAttributes: true, 104 setAttributeNodeNS: unknown, 105 setAttribute: unknown, 106 deselectAll: undefined, 107 nodeType: 1, 108} 109rect:[object SVGRectElement] = { 110 nodeName: rect, 111 parentNode: [object SVGGElement], 112 nodeType: 1, 113 ownerDocument: [object SVGDocument], 114 firstChild: null, 115 addEventListener: unknown, 116 appendChild: unknown, 117 viewportElement: [object SVGSVGElement], 118 namespaceURI: http://www.w3.org/2000/svg, 119 hasAttributes: true, 120 dispatchEvent: unknown, 121 normalize: undefined, 122 getElementsByTagName: unknown, 123 getCTM: [object SVGMatrix], 124 tagName: rect, 125 prefix: null, 126 id: rect1, 127 getElementsByTagNameNS: unknown, 128 lastChild: null, 129 previousSibling: [object Text], 130 removeAttributeNS: unknown, 131 setAttributeNS: unknown, 132 getBBox: [object SVGRect], 133 nodeValue: null, 134 nextSibling: [object Text], 135 removeEventListener: unknown, 136 cloneNode: unknown, 137 hasAttributeNS: unknown, 138 hasChildNodes: false, 139 attributes: [object NamedNodeMap], 140 setAttributeNode: unknown, 141 removeAttribute: unknown, 142 getAttributeNS: unknown, 143 getAttributeNode: unknown, 144 hasAttribute: unknown, 145 localName: rect, 146 style: [object CSSStyleDeclaration], 147 replaceChild: unknown, 148 removeChild: unknown, 149 isSupported: unknown, 150 getAttribute: unknown, 151 setAttribute: unknown, 152 removeAttributeNode: unknown, 153 setAttributeNodeNS: unknown, 154 getAttributeNodeNS: unknown, 155 insertBefore: unknown, 156 childNodes: [object NodeList], 157} 158matrix:[object SVGMatrix] = { 159 scale: unknown, 160 a: 1, 161 b: 0, 162 c: 0, 163 d: 1, 164 e: 0, 165 f: 0, 166 rotateFromVector: unknown, 167 scaleNonUniform: unknown, 168 translate: unknown, 169 multiply: unknown, 170 skewX: unknown, 171 rotate: unknown, 172 flipX: [object SVGMatrix], 173 flipY: [object SVGMatrix], 174 inverse: [object SVGMatrix], 175 skewY: unknown, 176} 177rect:[object SVGRect] = { 178 x: 0, 179 y: 0, 180 width: 0, 181 height: 0, 182} 183point:[object SVGPoint] = { 184 y: 0, 185 matrixTransform: unknown, 186 x: 0, 187} 188css:[object CSSStyleDeclaration] = { 189 length: 0, 190 getPropertyValue: unknown, 191 parentRule: null, 192 getPropertyCSSValue: unknown, 193 item: unknown, 194 cssText: , 195 setProperty: unknown, 196 getPropertyPriority: unknown, 197 removeProperty: unknown, 198} 199svg-evt:[object MouseEvent] = { 200 type: mousedown, 201 currentTarget: [object SVGSVGElement], 202 clientY: 160, 203 screenX: 325, 204 cancelable: true, 205 screenY: 160, 206 shiftKey: false, 207 eventPhase: 3, 208 stopPropagation: undefined, 209 metaKey: false, 210 ctrlKey: false, 211 detail: 1, 212 target: [object SVGRectElement], 213 clientX: 325, 214 button: 0, 215 preventDefault: undefined, 216 relatedTarget: null, 217 bubbles: true, 218 altKey: false, 219 currentNode: [object SVGSVGElement], 220} 221html-evt:[object Event] = { 222 recordset: null, 223 type: mousewheel, 224 fromElement: null, 225 toElement: null, 226 altLeft: false, 227 keyCode: 0, 228 repeat: false, 229 reason: 0, 230 data: , 231 behaviorCookie: 0, 232 source: null, 233 contentOverflow: false, 234 behaviorPart: 0, 235 url: , 236 dataTransfer: null, 237 ctrlKey: false, 238 shiftLeft: false, 239 dataFld: , 240 returnValue: undefined, 241 qualifier: , 242 wheelDelta: -120, 243 bookmarks: null, 244 button: 0, 245 srcFilter: null, 246 nextPage: , 247 cancelBubble: false, 248 x: 4, 249 y: 3, 250 srcElement: [object], 251 screenX: 154, 252 screenY: 189, 253 srcUrn: , 254 origin: , 255 boundElements: [object HTMLCollection], 256 clientX: 152, 257 clientY: 73, 258 propertyName: , 259 shiftKey: false, 260 ctrlLeft: false, 261 offsetX: 4, 262 offsetY: 3, 263 altKey: false, 264}
IE8 SVG Viewer下一些对象属性和方法
Stella981
2021-10-11
1167 0 0
点赞
收藏
评论区
加载中...