SVGRenderer does not call onBeforeRender/onAfterRender
See original GitHub issueDescription of the problem
Object3D.onAfterRender
and Object3d.onBeforeRender
is correctly called upon by WebGLRenderer but not by SVGRenderer.
Three.js version
- Dev
- r110
- …
Browser
- All of them
- Chrome
- Firefox
- Internet Explorer
OS
- All of them
- Windows
- macOS
- Linux
- Android
- iOS
Hardware Requirements (graphics card, VR Device, …)
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Import Highcharts module SvgRenderer failed - Stack Overflow
Try this (Highcharts as any).SVGRenderer Not clean but you it's a workaround. Otherwise you can import {Renderer} from 'highcharts' ...
Read more >Class: SVGRenderer - Highcharts API
Create a wrapper for an SVG element. Serves as a factory for Highcharts.SVGElement, but this function is itself mostly called from primitive factories...
Read more >Property 'SVGRenderer' does not exist on type 'Static' #211
Hi, I'm trying to make a custom symbol using SVGRenderer as below getGraph(pattern, data, xAxis, title, chartType, lineWidth, lineWidthPlus, ...
Read more >Import Highcharts module SvgRenderer failed - Anycodings.com
Try this (Highcharts as anycodings_angular any).SVGRenderer Not clean but you it's anycodings_angular a workaround. Otherwise you can
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I vote for doing this since I can’t see a way to properly implement this feature request.
True! Forgot about that… I’m inclined to go with
Won't fix
on this one…