diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-07-18 09:30:55 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-07-18 11:53:44 -0300 |
commit | 474dfccf36850818214ce23a77fc2c7cdf8a57cb (patch) | |
tree | 16e27c3e2fec196d6869b7095e0bfa9d98b8af27 /Documentation/media/uapi/v4l/subdev-image-processing-crop.svg | |
parent | e955bb343ac9a68e0774095150ba131632e5cb68 (diff) | |
download | lwn-474dfccf36850818214ce23a77fc2c7cdf8a57cb.tar.gz lwn-474dfccf36850818214ce23a77fc2c7cdf8a57cb.zip |
media: svg: avoid too long lines
Sending patches with SVG files via e-mail has a drawback: line
size could be bigger than 998, with is the limit given by
RFC 5322[1]. So, we need to enforce a lower limit, in order to
allow those patches to be properly reviewed.
[1] https://tools.ietf.org/html/rfc5322#section-2.1.1
So, use this small Perl script to limit columns size to ~900.
use Text::Wrap;
$Text::Wrap::columns = 900;
$t.=$_ while (<>);
print wrap("","",$t);
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/v4l/subdev-image-processing-crop.svg')
-rw-r--r-- | Documentation/media/uapi/v4l/subdev-image-processing-crop.svg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/media/uapi/v4l/subdev-image-processing-crop.svg b/Documentation/media/uapi/v4l/subdev-image-processing-crop.svg index 1903dd3846c2..ee1df49f83e8 100644 --- a/Documentation/media/uapi/v4l/subdev-image-processing-crop.svg +++ b/Documentation/media/uapi/v4l/subdev-image-processing-crop.svg @@ -18,11 +18,11 @@ id="metadata100"> <rdf:RDF> <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> |