cmlibs / zinc

Source code repository for OpenCMISS-Zinc
Mozilla Public License 2.0
15 stars 18 forks source link

Maintain graphics order on ZincJS exports #211

Closed alan-wu closed 2 years ago

alan-wu commented 2 years ago

Maintain graphics order on ZincJS exports by replacing exports container from map to list. Exports are pushed to the back of the list in the same order as the rendering thus maintaining the order of graphics exports.

alan-wu commented 2 years ago

@rchristie Thanks, I have committed the requested changes.