Commit d9a955e9 authored by Ian Hickson's avatar Ian Hickson

The painting.dart dartdoc was copypasta from rendering.dart

parent 9de01b17
...@@ -2,9 +2,11 @@ ...@@ -2,9 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // 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; library painting;
export 'src/painting/box_painter.dart'; export 'src/painting/box_painter.dart';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment