Do you know any ways to scale up raphael js and translate methods. It takes about 3 seconds to scale 1000 objects (400 circles, 400 paths, 50 texts, 150 rectangles) and about 1.5 seconds to translate these objects?
thanks a lot:)
Try this library: http://shapevent.com/scaleraphael/
Instead of scaling objects one by one, it scales the entire canvas and saves the original coordinate system. Works with both svg and vml.
Source: https://habr.com/ru/post/1792657/More articles:Python subclass inheritance - pythonWork with recursion (oracle) - sqlCustom NSView with NSTextField - cocoaWhy doesn't the WCF client get a SOAP error as a Fault exception? - wcfWhat is UNIT in unit test? And what should it be? - unit-testingDetermining the Address Range of x86 MONITOR Commands Using the CPUID - x86Stack overflow - buffer location in memory - c ++Transferring objects from C # to VBA using COM Interop - c #SQL Query, where the field value does not contain empty spaces - sqlContinuous monitoring of intranet integration - clearcaseAll Articles