diff --git a/vg/draw/doc.go b/vg/draw/doc.go new file mode 100644 index 000000000..e47f6026a --- /dev/null +++ b/vg/draw/doc.go @@ -0,0 +1,6 @@ +// Copyright ©2021 The Gonum Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +// Package draw provides types and functions to draw shapes on a vg.Canvas. +package draw