This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
Flesh our dart:ui graphics documentation. #2721
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sky/engine/core/dart/painting.dart
Outdated
} | ||
} | ||
|
||
/// A shader (as used by [Paint.shader] that tiles an image. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing )
I gave up before I was completely done. Items still remaining include: * drawVertices * drawAtlas * TransferMode.* * VertexMode Also: * Add a convenience constructor to RSTransform * Add some convenience methods to Rect and Size * Make some defaults more explicit
|
||
/// Fuzzy inside and outside. | ||
/// Fuzzy inside and outside. This is useful for painting shadows that are | ||
/// offset from the shape that ostensible is casting the shadow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: "ostensibly"
(I'm not sure "ostensibly" is needed here, the sentence makes sense to me without it.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed.
I qualified it because it's not really casting a shadow.
Hixie
added a commit
to Hixie/sky_engine
that referenced
this pull request
May 31, 2016
Fix comments from flutter#2721
rhencke
pushed a commit
to rhencke/engine
that referenced
this pull request
Dec 20, 2020
New commits: git log --format="%C(auto) %h %s" 900e796..4ca4767 4ca4767 Added a dart pub outdated --transitive option (flutter#2731) 6b145bd Deprecate --server argument to `pub publish` and `pub uploader`. (flutter#2697) 7737023 don't warn if previous prerelease was null safe (flutter#2730) 62f9283 Improve outdated --mode=null-safety (flutter#2724) cc589ec Change message for no Latest resolution (flutter#2729) 656803e Require sdk constraint (flutter#2718) 8309d87 Added test that dev_dependency does not trigger null-safety warnings when publishing (flutter#2727) 332ea04 Remove warning about mixed mode. (flutter#2723) a98a1f2 Simplify null-safety analysis in `pub outdated --mode=null-safety` (flutter#2721) 5fba201 Outdated null safety implies prereleases (flutter#2722) fb9ec4a Fixed bug in yaml_edit (flutter#2703) Change-Id: I22a084aee06542e04a272269fb0134f0ac62f779 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/170690 Commit-Queue: Sigurd Meldgaard <sigurdm@google.com> Reviewed-by: Michael Thomsen <mit@google.com> Reviewed-by: Jonas Jensen <jonasfj@google.com>
rhencke
pushed a commit
to rhencke/engine
that referenced
this pull request
Dec 20, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I gave up before I was completely done.
Items still remaining include:
Also: