Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename renderers #965

Merged
merged 4 commits into from
Dec 4, 2018
Merged

Rename renderers #965

merged 4 commits into from
Dec 4, 2018

Conversation

manthey
Copy link
Contributor

@manthey manthey commented Nov 27, 2018

Rename the d3 renderer to svg. Alias it to d3 so as to not break existing code.

Rename the vgl renderer to webgl. Alias it to vgl so as to not break existing code.

Update the baseline images; many were renamed.

This resolves #898.

Alias it to d3 so as to not break existing code.
Alias it to vgl so as to not break existing code.
This allows the checkRenderer function to return the preferred name of
the renderer, rather than the passed alias.
if (m_gl_polygons) {
for (var idx = 0; idx < m_gl_polygons.length; idx += 1) {
m_gl_polygons[idx].draw();
if (m_polygons) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@manthey manthey merged commit 6ce4819 into master Dec 4, 2018
@manthey manthey deleted the rename-renderers branch December 4, 2018 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename renderers
2 participants