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

Tiling #19

Merged
merged 17 commits into from
Jun 20, 2011
Merged

Tiling #19

merged 17 commits into from
Jun 20, 2011

Conversation

sbarman
Copy link
Contributor

@sbarman sbarman commented Jun 18, 2011

I was planning to put tiling off until all of the stream infrastructure was done. I wanted to commit so that we don't end up duplicating work. There is still a bug in that the tiling is inversed, but otherwise it looks fine.

@@ -2110,6 +2110,10 @@ var CanvasGraphics = (function() {
},
setFillColorSpace: function(space) {
// TODO real impl
if (space.name === "Pattern")
this.colorspace = "Pattern";
Copy link
Contributor

Choose a reason for hiding this comment

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

Call this "colorSpace" ("colorspace" isn't a word) and make it part of the CanvasExtraState.

@joneschrisg
Copy link
Contributor

Overall looks good. Let's fix up the nits and we'll get it merged.

// The following bug should allow us to remove this.
// https://bugzilla.mozilla.org/show_bug.cgi?id=664884
//
// Also, larg numbers seem to cause overflow which causes
Copy link
Contributor

Choose a reason for hiding this comment

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

"large", but deleting this sentence it would be fine with me.

@sbarman
Copy link
Contributor Author

sbarman commented Jun 20, 2011

So I still wasnt sure about the symbolic constants, so I created a const array with the different types. Not sure if this is what you wanted. Otherwise, I think all the requested changes have been done.

@sbarman
Copy link
Contributor Author

sbarman commented Jun 20, 2011

alright, it should be ready

joneschrisg added a commit that referenced this pull request Jun 20, 2011
@joneschrisg joneschrisg merged commit 0192222 into mozilla:master Jun 20, 2011
joneschrisg added a commit that referenced this pull request Jun 28, 2011
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.

2 participants