Merge pull request #1152 from domokit/painting-dartdoc

The painting.dart dartdoc was copypasta from rendering.dart
This commit is contained in:
Adam Barth 2015-09-11 19:44:58 -07:00
commit d29eac44cc

View File

@ -2,9 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// The Sky render tree.
/// Utilities for painting.
///
/// This library includes and re-exports all Sky rendering classes.
/// This library includes and re-exports a variety of classes that wrap the Sky
/// engine's painting API for more specialised purposes, such as painting scaled
/// images, interpolating between shadows, painting borders around boxes, etc.
library painting;
export 'src/painting/box_painter.dart';